/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv84_video_bsp.c | 57 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/ |
D | nouveau_vp3_video_bsp.c | 104 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/ |
D | picture_h264.c | 105 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/ |
D | vulkan_video_codec_h264std.h | 270 uint32_t redundant_pic_cnt_present_flag:1; member
|
/third_party/vulkan-headers/include/vk_video/ |
D | vulkan_video_codec_h264std.h | 283 uint32_t redundant_pic_cnt_present_flag : 1; member
|
/third_party/ffmpeg/libavcodec/ |
D | nvdec_h264.c | 100 .redundant_pic_cnt_present_flag = pps->redundant_pic_cnt_present, in nvdec_h264_start_frame()
|
D | cbs_h264.h | 207 uint8_t redundant_pic_cnt_present_flag; member
|
D | vdpau_h264.c | 166 info->redundant_pic_cnt_present_flag = pps->redundant_pic_cnt_present; in vdpau_h264_start_frame()
|
D | vaapi_h264.c | 272 .redundant_pic_cnt_present_flag = pps->redundant_pic_cnt_present, in vaapi_h264_start_frame()
|
D | cbs_h264_syntax_template.c | 477 flag(redundant_pic_cnt_present_flag); in FUNC() 1041 if (pps->redundant_pic_cnt_present_flag) in FUNC()
|
D | vaapi_encode_h264.c | 590 .redundant_pic_cnt_present_flag = pps->redundant_pic_cnt_present_flag, in vaapi_encode_h264_init_sequence_params()
|
D | dxva2_h264.c | 158 pp->redundant_pic_cnt_present_flag= pps->redundant_pic_cnt_present; in fill_picture_parameters()
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
D | decode.c | 376 picture->pps->redundant_pic_cnt_present_flag = picture_info->redundant_pic_cnt_present_flag; in vlVdpDecoderRenderH264()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | cuviddec.h | 323 int redundant_pic_cnt_present_flag; member
|
D | gstnvh264dec.c | 628 COPY_FIELD (redundant_pic_cnt_present_flag); in gst_nv_h264_dec_picture_params_from_pps()
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvah264dec.c | 431 .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/ |
D | vid_dec_h264_common.c | 450 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/ |
D | p_video_state.h | 318 uint8_t redundant_pic_cnt_present_flag; member
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
D | gsth264parser.h | 815 guint8 redundant_pic_cnt_present_flag; member
|
D | gsth264parser.c | 2123 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/ |
D | gstd3d11h264dec.cpp | 599 COPY_FIELD (redundant_pic_cnt_present_flag); in gst_d3d11_h264_dec_picture_params_from_pps()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | radeon_uvd.c | 430 result.pps_info_flags |= pic->pps->redundant_pic_cnt_present_flag << 1; in get_h264_msg()
|
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/ |
D | gstv4l2codech264dec.c | 509 | (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/ |
D | radeon_uvd.c | 546 result.pps_info_flags |= pic->pps->redundant_pic_cnt_present_flag << 1; in get_h264_msg()
|
D | radeon_vcn_dec.c | 137 result.pps_info_flags |= pic->pps->redundant_pic_cnt_present_flag << 1; in get_h264_msg()
|