Searched refs:current_codec_ (Results 1 – 6 of 6) sorted by relevance
222 VideoCodec current_codec_; variable
1735 current_codec_ = *inst; in InitDecode()1784 if (frame_info->frame_width != current_codec_.width || in Decode()1785 frame_info->frame_height != current_codec_.height) { in Decode()1789 current_codec_.width = frame_info->frame_width; in Decode()1790 current_codec_.height = frame_info->frame_height; in Decode()1791 int reinit_status = InitDecode(¤t_codec_, num_cores_); in Decode()
819 if (current_codec_) { in OnAssembledFrame()823 if (frame->codec_type() != current_codec_) { in OnAssembledFrame()833 current_codec_ = frame->codec_type(); in OnAssembledFrame()844 current_codec_ = frame->codec_type(); in OnAssembledFrame()
849 if (current_codec_) { in OnAssembledFrame()853 if (frame->codec_type() != current_codec_) { in OnAssembledFrame()863 current_codec_ = frame->codec_type(); in OnAssembledFrame()874 current_codec_ = frame->codec_type(); in OnAssembledFrame()
319 absl::optional<VideoCodecType> current_codec_
357 absl::optional<VideoCodecType> current_codec_; variable