| 386 | } |
| 387 | |
| 388 | void DecoderStack::stop_decode_work() |
| 389 | { |
| 390 | //set the flag to exit from task thread |
| 391 | if (_stask_stauts){ |
| 392 | _stask_stauts->_bStop = true; |
| 393 | } |
| 394 | _decode_state = Stopped; |
| 395 | } |
| 396 | |
| 397 | void DecoderStack::begin_decode_work() |
| 398 | { |
no outgoing calls
no test coverage detected