| 168 | } |
| 169 | |
| 170 | inline void set_capture_end_flag(bool isEnd){ |
| 171 | _is_capture_end = isEnd; |
| 172 | if (!isEnd){ |
| 173 | _progress = 0; |
| 174 | _is_decoding = false; |
| 175 | } |
| 176 | } |
| 177 | |
| 178 | inline int get_progress(){ |
| 179 | //if (!_is_decoding && _progress == 0) |
no outgoing calls
no test coverage detected