Lines Matching refs:decode_queue_
228 decode_queue_(task_queue_factory_->CreateTaskQueue( in VideoReceiveStream()
395 decode_queue_.PostTask([this] { in Start()
396 RTC_DCHECK_RUN_ON(&decode_queue_); in Start()
411 decode_queue_.PostTask([this] { frame_buffer_->Stop(); }); in Stop()
417 decode_queue_.PostTask([this, &done] { in Stop()
418 RTC_DCHECK_RUN_ON(&decode_queue_); in Stop()
635 GetWaitMs(), keyframe_required_, &decode_queue_, in StartNextDecode()
640 decode_queue_.PostTask([this, frame = std::move(frame)]() mutable { in StartNextDecode()
641 RTC_DCHECK_RUN_ON(&decode_queue_); in StartNextDecode()
765 decode_queue_.PostTask([this, &event, &old_state, generate_key_frame, in SetAndGetRecordingState()
767 RTC_DCHECK_RUN_ON(&decode_queue_); in SetAndGetRecordingState()
789 decode_queue_.PostTask([this]() { in GenerateKeyFrame()
790 RTC_DCHECK_RUN_ON(&decode_queue_); in GenerateKeyFrame()