Home
last modified time | relevance | path

Searched refs:max_dpb_frames (Results 1 – 1 of 1) sorted by relevance

/external/v4l2_codec2/vda/
Dh264_decoder.cc1114 size_t max_dpb_frames = std::min(max_dpb_mbs / (width_mb * height_mb), in ProcessSPS() local
1116 DVLOG(1) << "MaxDpbFrames: " << max_dpb_frames in ProcessSPS()
1122 std::max(static_cast<int>(max_dpb_frames), in ProcessSPS()
1127 DVLOG_IF(1, max_dpb_size > max_dpb_frames) in ProcessSPS()