/third_party/vulkan-headers/include/vk_video/ |
H A D | vulkan_video_codec_h264std_decode.h | 42 uint32_t bottom_field_flag : 1; member 60 uint32_t bottom_field_flag : 1; member
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/vk_video/ |
H A D | vulkan_video_codec_h264std_decode.h | 23 uint32_t bottom_field_flag:1; // bottom (true) or top (false) field if field_pic_flag is set. member 41 uint32_t bottom_field_flag:1; // Reference is used for bottom field reference. member
|
/third_party/mesa3d/include/vk_video/ |
H A D | vulkan_video_codec_h264std_decode.h | 36 uint32_t bottom_field_flag : 1; member 53 uint32_t bottom_field_flag : 1; member
|
/third_party/mesa3d/src/gallium/frontends/omx/ |
H A D | vid_dec_h264_common.c | 127 if (priv->picture.h264.field_pic_flag && priv->picture.h264.bottom_field_flag != top_field_first) in vid_dec_h264_EndFrame() 673 priv->picture.h264.bottom_field_flag = 0; in slice_header() 684 unsigned bottom_field_flag = vl_rbsp_u(rbsp, 1); in slice_header() local 686 if (bottom_field_flag != priv->picture.h264.bottom_field_flag) in slice_header() 689 priv->picture.h264.bottom_field_flag = bottom_field_flag; in slice_header() 746 } else if (!priv->picture.h264.bottom_field_flag) in slice_header() 818 } else if (!priv->picture.h264.bottom_field_flag) in slice_header() 848 } else if (!priv->picture.h264.bottom_field_flag) in slice_header() [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_vp3_video_vp.c | 127 unsigned bottom_field_flag : 1; // 6 member 342 h->bottom_field_flag = d->bottom_field_flag; in nouveau_vp3_fill_picparm_h264_vp() 412 dec->refs[target->valid_ref].decoded_first = d->bottom_field_flag; in nouveau_vp3_fill_picparm_h264_vp_refs() 413 else if (dec->refs[target->valid_ref].decoded_first != d->bottom_field_flag) in nouveau_vp3_fill_picparm_h264_vp_refs() 418 if (!d->field_pic_flag || d->bottom_field_flag) in nouveau_vp3_fill_picparm_h264_vp_refs() 420 if (!d->field_pic_flag || !d->bottom_field_flag) in nouveau_vp3_fill_picparm_h264_vp_refs()
|
H A D | nouveau_vp3_video_bsp.c | 108 uint8_t bottom_field_flag; // 39 checked member 203 assert(offsetof(struct h264_picparm_bsp, bottom_field_flag) == (0x39 + 0x24)); in nouveau_vp3_fill_picparm_h264_bsp() 227 h->bottom_field_flag = d->bottom_field_flag; in nouveau_vp3_fill_picparm_h264_bsp()
|
/third_party/ffmpeg/libavcodec/ |
H A D | nvdec_vc1.c | 56 .bottom_field_flag = v->cur_field_type, in nvdec_vc1_start_frame()
|
H A D | nvdec_mpeg12.c | 57 .bottom_field_flag = s->picture_structure == PICT_BOTTOM_FIELD, in nvdec_mpeg12_start_frame()
|
H A D | nvdec_h264.c | 74 .bottom_field_flag = h->picture_structure == PICT_BOTTOM_FIELD, in nvdec_h264_start_frame()
|
H A D | cbs_h264.h | 322 uint8_t bottom_field_flag; member
|
H A D | vdpau_h264.c | 140 info->bottom_field_flag = h->picture_structure == PICT_BOTTOM_FIELD; in vdpau_h264_start_frame()
|
H A D | cbs_h264_syntax_template.c | 1093 flag(bottom_field_flag); in slice_header() 1095 infer(bottom_field_flag, 0); in slice_header() 1098 infer(bottom_field_flag, 0); in slice_header()
|
H A D | h264_slice.c | 1839 int field_pic_flag, bottom_field_flag; in h264_slice_header_parse() local 1905 bottom_field_flag = get_bits1(&sl->gb); in h264_slice_header_parse() 1906 picture_structure = PICT_TOP_FIELD + bottom_field_flag; in h264_slice_header_parse()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv84_video_vp.c | 116 param2.top = desc->bottom_field_flag ? 2 : 1; in nv84_decoder_vp_h264() 117 param2.bottom = desc->bottom_field_flag; in nv84_decoder_vp_h264()
|
H A D | nv84_video_bsp.c | 149 if (desc->bottom_field_flag) in nv84_decoder_bsp()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_video.hpp | 666 ( bottom_field_flag == rhs.bottom_field_flag ) && ( is_reference == rhs.is_reference ) && 679 uint32_t bottom_field_flag : 1; member 737 return ( top_field_flag == rhs.top_field_flag ) && ( bottom_field_flag == rhs.bottom_field_flag ) && 748 uint32_t bottom_field_flag : 1; member
|
/third_party/mesa3d/src/gallium/frontends/va/ |
H A D | picture_h264.c | 132 context->desc.h264.bottom_field_flag = in vlVaHandlePictureParameterBufferH264()
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
H A D | decode.c | 388 picture->bottom_field_flag = picture_info->bottom_field_flag; in vlVdpDecoderRenderH264()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
H A D | vktVideoBaseDecodeUtils.cpp | 389 picFlags.bottom_field_flag = true; in getPictureFlag() 951 "\t\t\t bottom_field: " << (bool)pd->bottom_field_flag 975 decodePictureInfo.flags.bottomField = pd->bottom_field_flag; // 0 = top field, 1 = bottom field (ignored if field_pic_flag=0) 1095 if (pd->bottom_field_flag) { 1096 currPicFlags.bottom_field_flag = true; 1112 h264StandardPictureInfo->PicOrderCnt[pd->bottom_field_flag] = pin->CurrFieldOrderCnt[pd->bottom_field_flag];
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
H A D | vktVideoBaseDecodeUtils.cpp | 638 picFlags.bottom_field_flag = true; 1117 decodePictureInfo.flags.bottomField = pNvidiaVulkanParserPictureData->bottom_field_flag ? 1 : 0; // 0 = top field, 1 = bottom field (ignored if field_pic_flag=0) 1286 if (pNvidiaVulkanParserPictureData->bottom_field_flag) 1288 currPicFlags.bottom_field_flag = true; 1312 pStdPictureInfo->PicOrderCnt[pNvidiaVulkanParserPictureData->bottom_field_flag] = pin->CurrFieldOrderCnt[pNvidiaVulkanParserPictureData->bottom_field_flag];
|
H A D | extNvidiaVideoParserIf.hpp | 543 int32_t bottom_field_flag; // 0=top field, 1=bottom field (ignored if field_pic_flag=0) member
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_video_dec_h264.cpp | 347 dxvaStructure.CurrPic.AssociatedFlag = (pPipeDesc->bottom_field_flag == 0) ? 0 : 1; in d3d12_video_decoder_dxva_picparams_from_pipe_picparams_h264()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_video_state.h | 343 uint8_t bottom_field_flag; member
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | radeon_vcn_dec.c | 273 pic->field_pic_flag && pic->bottom_field_flag ? in get_h264_msg() 276 pic->field_pic_flag && !pic->bottom_field_flag ? in get_h264_msg()
|