Home
last modified time | relevance | path

Searched refs:redundant_pic_cnt_present_flag (Results 1 – 25 of 28) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv84_video_bsp.c57 uint32_t redundant_pic_cnt_present_flag; // 9c member
189 params.ipicparm.redundant_pic_cnt_present_flag = desc->pps->redundant_pic_cnt_present_flag; in nv84_decoder_bsp()
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video_bsp.c104 uint32_t redundant_pic_cnt_present_flag; // 2c always 0? member
223 h->redundant_pic_cnt_present_flag = d->pps->redundant_pic_cnt_present_flag; in nouveau_vp3_fill_picparm_h264_bsp()
/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_h264.c105 context->desc.h264.pps->redundant_pic_cnt_present_flag = in vlVaHandlePictureParameterBufferH264()
106 h264->pic_fields.bits.redundant_pic_cnt_present_flag; in vlVaHandlePictureParameterBufferH264()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/vk_video/
Dvulkan_video_codec_h264std.h270 uint32_t redundant_pic_cnt_present_flag:1; member
/third_party/vulkan-headers/include/vk_video/
Dvulkan_video_codec_h264std.h283 uint32_t redundant_pic_cnt_present_flag : 1; member
/third_party/ffmpeg/libavcodec/
Dnvdec_h264.c100 .redundant_pic_cnt_present_flag = pps->redundant_pic_cnt_present, in nvdec_h264_start_frame()
Dcbs_h264.h207 uint8_t redundant_pic_cnt_present_flag; member
Dvdpau_h264.c166 info->redundant_pic_cnt_present_flag = pps->redundant_pic_cnt_present; in vdpau_h264_start_frame()
Dvaapi_h264.c272 .redundant_pic_cnt_present_flag = pps->redundant_pic_cnt_present, in vaapi_h264_start_frame()
Dcbs_h264_syntax_template.c477 flag(redundant_pic_cnt_present_flag); in FUNC()
1041 if (pps->redundant_pic_cnt_present_flag) in FUNC()
Dvaapi_encode_h264.c590 .redundant_pic_cnt_present_flag = pps->redundant_pic_cnt_present_flag, in vaapi_encode_h264_init_sequence_params()
Ddxva2_h264.c158 pp->redundant_pic_cnt_present_flag= pps->redundant_pic_cnt_present; in fill_picture_parameters()
/third_party/mesa3d/src/gallium/frontends/vdpau/
Ddecode.c376 picture->pps->redundant_pic_cnt_present_flag = picture_info->redundant_pic_cnt_present_flag; in vlVdpDecoderRenderH264()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dcuviddec.h323 int redundant_pic_cnt_present_flag; member
Dgstnvh264dec.c628 COPY_FIELD (redundant_pic_cnt_present_flag); in gst_nv_h264_dec_picture_params_from_pps()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvah264dec.c431 .redundant_pic_cnt_present_flag = pps->redundant_pic_cnt_present_flag, in gst_va_h264_dec_start_picture()
/third_party/mesa3d/src/gallium/frontends/omx/
Dvid_dec_h264_common.c450 pps->redundant_pic_cnt_present_flag = vl_rbsp_u(rbsp, 1); in picture_parameter_set()
854 if (pps->redundant_pic_cnt_present_flag) in slice_header()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_video_state.h318 uint8_t redundant_pic_cnt_present_flag; member
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.h815 guint8 redundant_pic_cnt_present_flag; member
Dgsth264parser.c2123 READ_UINT8 (&nr, pps->redundant_pic_cnt_present_flag, 1); in gst_h264_parse_pps()
2328 if (pps->redundant_pic_cnt_present_flag) in gst_h264_parser_parse_slice_hdr()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11h264dec.cpp599 COPY_FIELD (redundant_pic_cnt_present_flag); in gst_d3d11_h264_dec_picture_params_from_pps()
/third_party/mesa3d/src/gallium/drivers/r600/
Dradeon_uvd.c430 result.pps_info_flags |= pic->pps->redundant_pic_cnt_present_flag << 1; in get_h264_msg()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codech264dec.c509 | (pps->redundant_pic_cnt_present_flag ? V4L2_H264_PPS_FLAG_REDUNDANT_PIC_CNT_PRESENT : 0) in gst_v4l2_codec_h264_dec_fill_pps()
/third_party/mesa3d/src/gallium/drivers/radeon/
Dradeon_uvd.c546 result.pps_info_flags |= pic->pps->redundant_pic_cnt_present_flag << 1; in get_h264_msg()
Dradeon_vcn_dec.c137 result.pps_info_flags |= pic->pps->redundant_pic_cnt_present_flag << 1; in get_h264_msg()

12