Home
last modified time | relevance | path

Searched refs:pic_order_present_flag (Results 1 - 17 of 17) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_encoder_nalu_writer_h264.h86 uint32_t pic_order_present_flag; member
H A Dd3d12_video_dec_h264.h161 uint8_t pic_order_present_flag; member
H A 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()
546 // uint8_t pic_order_present_flag; /* Renamed to bottom_field_pic_order_in_frame_present_flag in newer standard in d3d12_video_decoder_dxva_picparams_from_pipe_picparams_h264()
548 dxvaStructure.pic_order_present_flag = pPipeDesc->pps->bottom_field_pic_order_in_frame_present_flag; in d3d12_video_decoder_dxva_picparams_from_pipe_picparams_h264()
H A Dd3d12_video_encoder_bitstream_builder_h264.cpp174 0, // pic_order_present_flag (bottom_field_pic_order_in_frame_present_flag) - will use pic_cnt 0 or 2, always in build_pps()
215 debug_printf("pic_order_present_flag: %d\n", pps.pic_order_present_flag); in print_pps()
H A Dd3d12_video_encoder_nalu_writer_h264.cpp132 pBitstream->put_bits(1, pPPS->pic_order_present_flag); // bottom_field_pic_order_in_frame_present_flag in write_pps_bytes()
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A 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/nouveau/nv50/
H A 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/ffmpeg/libavcodec/
H A Dnvdec_h264.c93 .pic_order_present_flag = pps->pic_order_present, in nvdec_h264_start_frame()
H A Dvdpau_h264.c163 info->pic_order_present_flag = pps->pic_order_present; in vdpau_h264_start_frame()
H A Dvaapi_h264.c270 .pic_order_present_flag = pps->pic_order_present, in vaapi_h264_start_frame()
H A Ddxva2_h264.c156 pp->pic_order_present_flag = pps->pic_order_present; in fill_picture_parameters()
H A Dvaapi_encode_h264.c592 .pic_order_present_flag = in vaapi_encode_h264_init_sequence_params()
/third_party/mesa3d/include/vk_video/
H A Dvulkan_video_codec_h264std.h284 uint32_t pic_order_present_flag : 1; member
/third_party/vk-gl-cts/external/vulkancts/scripts/src/vk_video/
H A Dvulkan_video_codec_h264std.h275 uint32_t pic_order_present_flag:1; member
/third_party/mesa3d/src/gallium/frontends/va/
H A Dpicture_h264.c124 h264->pic_fields.bits.pic_order_present_flag; in vlVaHandlePictureParameterBufferH264()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DextNvidiaVideoParserIf.hpp398 uint8_t pic_order_present_flag; member
/third_party/mesa3d/src/gallium/frontends/vdpau/
H A Ddecode.c378 picture->pps->bottom_field_pic_order_in_frame_present_flag = picture_info->pic_order_present_flag; in vlVdpDecoderRenderH264()

Completed in 18 milliseconds