Home
last modified time | relevance | path

Searched refs:pic_order_present_flag (Results 1 – 25 of 26) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv84_video_bsp.c42 uint32_t pic_order_present_flag; // 04 member
187 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.c94 uint32_t pic_order_present_flag; // 04 checked member
213 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_encoder_nalu_writer_h264.h86 uint32_t pic_order_present_flag; member
Dd3d12_video_dec_h264.h161 uint8_t pic_order_present_flag; member
Dd3d12_video_dec_h264.cpp289 debug_printf("pic_order_present_flag = %d\n", pPicParams->pic_order_present_flag); in d3d12_video_decoder_log_pic_params_h264()
548 …dxvaStructure.pic_order_present_flag = pPipeDesc->pps->bottom_field_pic_order_in_frame_present_fla… in d3d12_video_decoder_dxva_picparams_from_pipe_picparams_h264()
Dd3d12_video_encoder_bitstream_builder_h264.cpp215 debug_printf("pic_order_present_flag: %d\n", pps.pic_order_present_flag); in print_pps()
Dd3d12_video_encoder_nalu_writer_h264.cpp132 …pBitstream->put_bits(1, pPPS->pic_order_present_flag); // bottom_field_pic_order_in_frame_presen… in write_pps_bytes()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/vk_video/
Dvulkan_video_codec_h264std.h275 uint32_t pic_order_present_flag:1; member
/third_party/mesa3d/include/vk_video/
Dvulkan_video_codec_h264std.h284 uint32_t pic_order_present_flag : 1; member
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vk_video/
Dvulkan_video_codec_h264std.h288 uint32_t pic_order_present_flag : 1; member
/third_party/ffmpeg/libavcodec/
Dnvdec_h264.c93 .pic_order_present_flag = pps->pic_order_present, in nvdec_h264_start_frame()
Dvdpau_h264.c164 info->pic_order_present_flag = pps->pic_order_present; in vdpau_h264_start_frame()
Dvaapi_h264.c270 .pic_order_present_flag = pps->pic_order_present, in vaapi_h264_start_frame()
Ddxva2_h264.c154 pp->pic_order_present_flag = pps->pic_order_present; in fill_picture_parameters()
Dvaapi_encode_h264.c591 .pic_order_present_flag = in vaapi_encode_h264_init_sequence_params()
/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_h264.c124 h264->pic_fields.bits.pic_order_present_flag; in vlVaHandlePictureParameterBufferH264()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dcuviddec.h316 int pic_order_present_flag; member
Dgstnvh264dec.c620 COPY_FIELD (pic_order_present_flag); in gst_nv_h264_dec_picture_params_from_pps()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvah264dec.c428 .pic_order_present_flag = pps->pic_order_present_flag, in gst_va_h264_dec_start_picture()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
DextNvidiaVideoParserIf.hpp398 uint8_t pic_order_present_flag; member
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.h787 guint8 pic_order_present_flag; member
Dgsth264parser.c2079 READ_UINT8 (&nr, pps->pic_order_present_flag, 1); in gst_h264_parse_pps()
2315 if (pps->pic_order_present_flag && !slice->field_pic_flag) in gst_h264_parser_parse_slice_hdr()
2321 if (pps->pic_order_present_flag && !slice->field_pic_flag) in gst_h264_parser_parse_slice_hdr()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
DextNvidiaVideoParserIf.hpp398 uint8_t pic_order_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/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11h264dec.cpp597 COPY_FIELD (pic_order_present_flag); in gst_d3d11_h264_dec_picture_params_from_pps()

12