Searched refs:codec_thread_ (Results 1 – 2 of 2) sorted by relevance
137 scoped_ptr<Thread> codec_thread_; // Thread on which to operate MediaCodec. member in webrtc_jni::MediaCodecVideoDecoder181 codec_thread_(new Thread()), in MediaCodecVideoDecoder()193 codec_thread_->SetName("MediaCodecVideoDecoder", NULL); in MediaCodecVideoDecoder()194 RTC_CHECK(codec_thread_->Start()) << "Failed to start MediaCodecVideoDecoder"; in MediaCodecVideoDecoder()298 return codec_thread_->Invoke<int32_t>( in InitDecode()387 codec_thread_->PostDelayed(kMediaCodecPollMs, this); in InitDecodeOnCodecThread()394 return codec_thread_->Invoke<int32_t>( in Release()424 RTC_CHECK(codec_thread_ == ThreadManager::Instance()->CurrentThread()) in CheckOnCodecThread()507 return codec_thread_->Invoke<int32_t>(Bind( in Decode()807 codec_thread_->PostDelayed(kMediaCodecPollMs, this); in OnMessage()
172 scoped_ptr<Thread> codec_thread_; // Thread on which to operate MediaCodec. member in webrtc_jni::MediaCodecVideoEncoder253 codec_thread_(new Thread()), in MediaCodecVideoEncoder()276 codec_thread_->SetName("MediaCodecVideoEncoder", NULL); in MediaCodecVideoEncoder()277 RTC_CHECK(codec_thread_->Start()) << "Failed to start MediaCodecVideoEncoder"; in MediaCodecVideoEncoder()373 return codec_thread_->Invoke<int32_t>( in InitEncode()387 return codec_thread_->Invoke<int32_t>(Bind( in Encode()393 return codec_thread_->Invoke<int32_t>( in RegisterEncodeCompleteCallback()401 return codec_thread_->Invoke<int32_t>( in Release()415 return codec_thread_->Invoke<int32_t>( in SetRates()439 codec_thread_->PostDelayed(kMediaCodecPollMs, this); in OnMessage()[all …]