Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dcbs_h264_syntax_template.c341 ue(max_num_ref_frames, 0, H264_MAX_DPB_FRAMES); in FUNC()
803 0, sps->max_num_ref_frames - 1, 0); in FUNC()
827 0, sps->max_num_ref_frames - 1, 0); in FUNC()
918 0, sps->max_num_ref_frames - 1, 0); in FUNC()
922 0, sps->max_num_ref_frames - 1, 0); in FUNC()
926 0, sps->max_num_ref_frames, 0); in FUNC()
Dcbs_h264.h137 uint8_t max_num_ref_frames; member
Dvaapi_encode_h264.c354 sps->max_num_ref_frames = priv->dpb_frames; in vaapi_encode_h264_init_sequence_params()
522 .max_num_ref_frames = sps->max_num_ref_frames, in vaapi_encode_h264_init_sequence_params()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/vk_video/
Dvulkan_video_codec_h264std.h255 uint8_t max_num_ref_frames; member
/third_party/vulkan-headers/include/vk_video/
Dvulkan_video_codec_h264std.h266 uint8_t max_num_ref_frames; member
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth264decoder.c1959 gint max_num_ref_frames; in gst_h264_decoder_sliding_window_picture_marking() local
1972 max_num_ref_frames = MAX (1, sps->num_ref_frames); in gst_h264_decoder_sliding_window_picture_marking()
1974 if (num_ref_pics < max_num_ref_frames) in gst_h264_decoder_sliding_window_picture_marking()
1982 while (num_ref_pics >= max_num_ref_frames) { in gst_h264_decoder_sliding_window_picture_marking()
1989 if (num_ref_pics > max_num_ref_frames) { in gst_h264_decoder_sliding_window_picture_marking()
1992 num_ref_pics, max_num_ref_frames); in gst_h264_decoder_sliding_window_picture_marking()
/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_h264_enc.c116 context->templat.max_references = h264->max_num_ref_frames; in vlVaHandleVAEncSequenceParameterBufferTypeH264()
/third_party/weston/libweston/backend-drm/
Dvaapi-recorder.c290 r->encoder.param.seq.max_num_ref_frames = 4; in encoder_init_seq_parameters()
527 bitstream_put_ue(bs, seq->max_num_ref_frames); in sps_rbsp()
/third_party/mesa3d/src/gallium/frontends/omx/
Dvid_dec_h264_common.c70 priv->picture.h264.num_ref_frames = priv->picture.h264.pps->sps->max_num_ref_frames; in vid_dec_h264_BeginFrame()
300 sps->max_num_ref_frames = vl_rbsp_ue(rbsp); in seq_parameter_set()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_video_state.h295 uint8_t max_num_ref_frames; member
/third_party/gstreamer/gstplugins_good/sys/v4l2/ext/
Dv4l2-controls.h1324 __u8 max_num_ref_frames; member
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/linux/
Dv4l2-controls.h1324 __u8 max_num_ref_frames; member
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codech264dec.c468 .max_num_ref_frames = sps->num_ref_frames, in gst_v4l2_codec_h264_dec_fill_sequence()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl6288 uint8_t max_num_ref_frames; member
DvkVulkan_c.inl290 deUint8 max_num_ref_frames; member
DvkStrUtilImpl.inl12935 s << "\tmax_num_ref_frames = " << value.max_num_ref_frames << '\n';
/third_party/gstreamer/gstplugins_bad/
DChangeLog23198 shall be greater than or equal to max_num_ref_frames. An upper bound