/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv84_video_bsp.c | 42 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/ |
D | nouveau_vp3_video_bsp.c | 94 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/ |
D | d3d12_video_encoder_nalu_writer_h264.h | 86 uint32_t pic_order_present_flag; member
|
D | d3d12_video_dec_h264.h | 161 uint8_t pic_order_present_flag; member
|
D | d3d12_video_dec_h264.cpp | 289 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()
|
D | d3d12_video_encoder_bitstream_builder_h264.cpp | 215 debug_printf("pic_order_present_flag: %d\n", pps.pic_order_present_flag); in print_pps()
|
D | d3d12_video_encoder_nalu_writer_h264.cpp | 132 …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/ |
D | vulkan_video_codec_h264std.h | 275 uint32_t pic_order_present_flag:1; member
|
/third_party/mesa3d/include/vk_video/ |
D | vulkan_video_codec_h264std.h | 284 uint32_t pic_order_present_flag : 1; member
|
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vk_video/ |
D | vulkan_video_codec_h264std.h | 288 uint32_t pic_order_present_flag : 1; member
|
/third_party/ffmpeg/libavcodec/ |
D | nvdec_h264.c | 93 .pic_order_present_flag = pps->pic_order_present, in nvdec_h264_start_frame()
|
D | vdpau_h264.c | 164 info->pic_order_present_flag = pps->pic_order_present; in vdpau_h264_start_frame()
|
D | vaapi_h264.c | 270 .pic_order_present_flag = pps->pic_order_present, in vaapi_h264_start_frame()
|
D | dxva2_h264.c | 154 pp->pic_order_present_flag = pps->pic_order_present; in fill_picture_parameters()
|
D | vaapi_encode_h264.c | 591 .pic_order_present_flag = in vaapi_encode_h264_init_sequence_params()
|
/third_party/mesa3d/src/gallium/frontends/va/ |
D | picture_h264.c | 124 h264->pic_fields.bits.pic_order_present_flag; in vlVaHandlePictureParameterBufferH264()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | cuviddec.h | 316 int pic_order_present_flag; member
|
D | gstnvh264dec.c | 620 COPY_FIELD (pic_order_present_flag); in gst_nv_h264_dec_picture_params_from_pps()
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvah264dec.c | 428 .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/ |
D | extNvidiaVideoParserIf.hpp | 398 uint8_t pic_order_present_flag; member
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
D | gsth264parser.h | 787 guint8 pic_order_present_flag; member
|
D | gsth264parser.c | 2079 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/ |
D | extNvidiaVideoParserIf.hpp | 398 uint8_t pic_order_present_flag; member
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
D | decode.c | 378 … 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/ |
D | gstd3d11h264dec.cpp | 597 COPY_FIELD (pic_order_present_flag); in gst_d3d11_h264_dec_picture_params_from_pps()
|