Home
last modified time | relevance | path

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

/third_party/vulkan-headers/include/vk_video/
Dvulkan_video_codec_h264std.h286 uint32_t bottom_field_pic_order_in_frame_present_flag : 1; member
/third_party/ffmpeg/libavcodec/
Dcbs_h264_syntax_template.c427 flag(bottom_field_pic_order_in_frame_present_flag); in FUNC()
1023 if (pps->bottom_field_pic_order_in_frame_present_flag && in FUNC()
1030 if (pps->bottom_field_pic_order_in_frame_present_flag && in FUNC()
Dcbs_h264.h178 uint8_t bottom_field_pic_order_in_frame_present_flag; member
Dvaapi_encode_h264.c592 pps->bottom_field_pic_order_in_frame_present_flag, in vaapi_encode_h264_init_sequence_params()
/third_party/mesa3d/src/gallium/frontends/omx/
Dvid_dec_h264_common.c391 pps->bottom_field_pic_order_in_frame_present_flag = vl_rbsp_u(rbsp, 1); in picture_parameter_set()
732 if (pps->bottom_field_pic_order_in_frame_present_flag && !priv->picture.h264.field_pic_flag) { in slice_header()
766 … if (pps->bottom_field_pic_order_in_frame_present_flag && !priv->picture.h264.field_pic_flag) { in slice_header()
/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_h264.c123 context->desc.h264.pps->bottom_field_pic_order_in_frame_present_flag = in vlVaHandlePictureParameterBufferH264()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv84_video_bsp.c187 params.ipicparm.pic_order_present_flag = desc->pps->bottom_field_pic_order_in_frame_present_flag; in nv84_decoder_bsp()
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video_bsp.c213 h->pic_order_present_flag = d->pps->bottom_field_pic_order_in_frame_present_flag; in nouveau_vp3_fill_picparm_h264_bsp()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_video_dec_h264.cpp548 …xvaStructure.pic_order_present_flag = pPipeDesc->pps->bottom_field_pic_order_in_frame_present_flag; in d3d12_video_decoder_dxva_picparams_from_pipe_picparams_h264()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_video_state.h310 uint8_t bottom_field_pic_order_in_frame_present_flag; member
/third_party/mesa3d/src/gallium/frontends/vdpau/
Ddecode.c378 … picture->pps->bottom_field_pic_order_in_frame_present_flag = picture_info->pic_order_present_flag; in vlVdpDecoderRenderH264()
/third_party/mesa3d/src/gallium/drivers/r600/
Dradeon_uvd.c435 result.pps_info_flags |= pic->pps->bottom_field_pic_order_in_frame_present_flag << 7; in get_h264_msg()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_uvd.c551 result.pps_info_flags |= pic->pps->bottom_field_pic_order_in_frame_present_flag << 7; in get_h264_msg()
Dradeon_vcn_dec.c134 result.pps_info_flags |= pic->pps->bottom_field_pic_order_in_frame_present_flag << 7; in get_h264_msg()