Searched refs:decoded_frame_ (Results 1 – 6 of 6) sorted by relevance
38 decoded_frame_(MakeUniqueAVFrame()), in SimulatedCapturer()163 avcodec_receive_frame(decoder_context_.get(), decoded_frame_.get()); in ConsumeNextDecodedFrame()182 decoded_frame_->best_effort_timestamp, in ConsumeNextDecodedFrame()190 av_frame_unref(decoded_frame_.get()); in ConsumeNextDecodedFrame()203 const auto delay_adjustment_or_null = ProcessDecodedFrame(*decoded_frame_); in ConsumeNextDecodedFrame()205 av_frame_unref(decoded_frame_.get()); in ConsumeNextDecodedFrame()212 DeliverDataToClient(*decoded_frame_, capture_time); in ConsumeNextDecodedFrame()213 av_frame_unref(decoded_frame_.get()); in ConsumeNextDecodedFrame()
95 const AVFrameUniquePtr decoded_frame_; // Decoder output frame. variable
62 test_->decoded_frame_.emplace(frame); in Decoded()161 EXPECT_TRUE(decoded_frame_); in WaitForDecodedFrame()162 if (decoded_frame_) { in WaitForDecodedFrame()163 frame->reset(new VideoFrame(std::move(*decoded_frame_))); in WaitForDecodedFrame()165 decoded_frame_.reset(); in WaitForDecodedFrame()
120 absl::optional<VideoFrame> decoded_frame_
88 avcodec_receive_frame(context_.get(), decoded_frame_.get()); in Decode()98 client_->OnFrameDecoded(decoded_frame_id, *decoded_frame_); in Decode()100 av_frame_unref(decoded_frame_.get()); in Decode()153 decoded_frame_ = MakeUniqueAVFrame(); in Initialize()154 if (!decoded_frame_) { in Initialize()
87 AVFrameUniquePtr decoded_frame_; variable