Home
last modified time | relevance | path

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

/external/v4l2_codec2/vda/
Dh264_decoder.cc903 DCHECK_LE(num_ref_pics, std::max<int>(sps->max_num_ref_frames, 1)); in SlidingWindowPictureMarking()
904 if (num_ref_pics == std::max<int>(sps->max_num_ref_frames, 1)) { in SlidingWindowPictureMarking()
1117 << ", max_num_ref_frames: " << sps->max_num_ref_frames in ProcessSPS()
1123 std::max(sps->max_num_ref_frames, sps->max_dec_frame_buffering)); in ProcessSPS()
Dh264_parser.h133 int max_num_ref_frames; member
Dh264_parser.cc875 TRUE_OR_RETURN(sps->max_dec_frame_buffering >= sps->max_num_ref_frames); in ParseVUIParameters()
979 READ_UE_OR_RETURN(&sps->max_num_ref_frames); in ParseSPS()
/external/mesa3d/src/gallium/include/pipe/
Dp_video_state.h292 uint8_t max_num_ref_frames; member
/external/mesa3d/src/gallium/state_trackers/omx_bellagio/
Dvid_dec_h264.c131 priv->picture.h264.num_ref_frames = priv->picture.h264.pps->sps->max_num_ref_frames; in vid_dec_h264_BeginFrame()
361 sps->max_num_ref_frames = vl_rbsp_ue(rbsp); in seq_parameter_set()
/external/mesa3d/src/gallium/state_trackers/va/
Dpicture.c391 context->templat.max_references = h264->max_num_ref_frames; in handleVAEncSequenceParameterBufferType()