Lines Matching refs:decoded_image
232 VideoFrame& decoded_image, in OnDecodedFrameCallback() argument
237 bookkeeping_queue_.PostTask([this, decode_stop_time_ms, decoded_image, in OnDecodedFrameCallback()
241 FrameInfo* frame_info = GetFrameInfo(decoded_image.timestamp()); in OnDecodedFrameCallback()
244 << decoded_image.timestamp(); in OnDecodedFrameCallback()
257 decoded_image.set_processing_time( in OnDecodedFrameCallback()
261 decoded_image.set_timestamp_us(frame_info->render_time_us); in OnDecodedFrameCallback()
265 callbacks_->OnDecodedFrame(decoded_image, callback_info); in OnDecodedFrameCallback()
274 VideoFrame& decoded_image) { in Decoded() argument
275 Decoded(decoded_image, absl::nullopt, absl::nullopt); in Decoded()
280 VideoFrame& decoded_image, in Decoded() argument
282 Decoded(decoded_image, decode_time_ms, absl::nullopt); in Decoded()
287 VideoFrame& decoded_image, in Decoded() argument
290 video_stream_decoder_impl_->OnDecodedFrameCallback(decoded_image, in Decoded()