/third_party/vulkan-headers/include/vk_video/ |
D | vulkan_video_codec_h264std_decode.h | 40 uint32_t bottom_field_flag : 1; member 58 uint32_t bottom_field_flag : 1; member
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/vk_video/ |
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 … member 41 uint32_t bottom_field_flag:1; // Reference is used for bottom field reference. member
|
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vk_video/ |
D | vulkan_video_codec_h264std_decode.h | 33 …uint32_t bottom_field_flag : 1; // bottom (true) or top (false) field if field_pic_flag i… member 51 uint32_t bottom_field_flag : 1; // Reference is used for bottom field reference. member
|
/third_party/mesa3d/include/vk_video/ |
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/drivers/nouveau/ |
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()
|
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/mesa3d/src/gallium/frontends/omx/ |
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()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | video_decode_h264_extensions.adoc | 464 ** If pname:pStdPictureInfo->flags.bottom_field_flag is not set, then the 466 ** If pname:pStdPictureInfo->flags.bottom_field_flag is set, then the 540 pname:pStdReferenceInfo->flags.bottom_field_flag is set, then the 546 * If pname:pStdReferenceInfo->flags.bottom_field_flag is set, then the 571 code:flags.top_field_flag and code:flags.bottom_field_flag set in the 584 setting one of code:flags.top_field_flag or code:flags.bottom_field_flag, 598 pname:pStdReferenceInfo->flags.bottom_field_flag is set, then the 602 * If pname:pStdReferenceInfo->flags.bottom_field_flag is set, then the 622 * code:flags.bottom_field_flag is used to indicate whether the reference
|
D | video_decode_extensions.adoc | 293 pname:pStdReferenceInfo->flags.bottom_field_flag set. 334 pname:pStdReferenceInfo->flags.bottom_field_flag is set in the 346 pname:pStdReferenceInfo->flags.bottom_field_flag is set in the 368 *** If pname:pStdReferenceInfo->flags.bottom_field_flag is set in the 380 *** If pname:pStdReferenceInfo->flags.bottom_field_flag is set in the
|
/third_party/ffmpeg/libavcodec/ |
D | nvdec_mpeg12.c | 54 .bottom_field_flag = s->picture_structure == PICT_BOTTOM_FIELD, in nvdec_mpeg12_start_frame()
|
D | nvdec_vc1.c | 53 .bottom_field_flag = v->cur_field_type, in nvdec_vc1_start_frame()
|
D | nvdec_h264.c | 74 .bottom_field_flag = h->picture_structure == PICT_BOTTOM_FIELD, in nvdec_h264_start_frame()
|
D | cbs_h264_syntax_template.c | 1010 flag(bottom_field_flag); in FUNC() 1012 infer(bottom_field_flag, 0); in FUNC() 1015 infer(bottom_field_flag, 0); in FUNC()
|
D | cbs_h264.h | 301 uint8_t bottom_field_flag; member
|
D | vdpau_h264.c | 141 info->bottom_field_flag = h->picture_structure == PICT_BOTTOM_FIELD; in vdpau_h264_start_frame()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
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()
|
D | nv84_video_bsp.c | 149 if (desc->bottom_field_flag) in nv84_decoder_bsp()
|
/third_party/mesa3d/src/gallium/frontends/va/ |
D | picture_h264.c | 132 context->desc.h264.bottom_field_flag = in vlVaHandlePictureParameterBufferH264()
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
D | decode.c | 388 picture->bottom_field_flag = picture_info->bottom_field_flag; in vlVdpDecoderRenderH264()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/ |
D | VK_KHR_video_decode_h264.adoc | 174 | **field_pic_flag** | **bottom_field_flag** | **frame / field** 198 | **top_field_flag** | **bottom_field_flag** | **frame / field** 515 … `StdVideoDecodeH264ReferenceInfo` having both `top_field_flag` and `bottom_field_flag` set to `1`.
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | cuviddec.h | 731 …int bottom_field_flag; /**< IN: 0=top field, 1=bottom field (ignored if field_pic_… member
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
D | vktVideoBaseDecodeUtils.cpp | 638 picFlags.bottom_field_flag = true; in getPictureFlag() 1117 …decodePictureInfo.flags.bottomField = pNvidiaVulkanParserPictureData->bottom_field_flag ? 1 : 0; … in DecodePicture() 1286 if (pNvidiaVulkanParserPictureData->bottom_field_flag) in DecodePicture() 1288 currPicFlags.bottom_field_flag = true; in DecodePicture() 1312 …vidiaVulkanParserPictureData->bottom_field_flag] = pin->CurrFieldOrderCnt[pNvidiaVulkanParserPictu… in DecodePicture()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
D | vktVideoBaseDecodeUtils.cpp | 638 picFlags.bottom_field_flag = true; in getPictureFlag() 1117 …decodePictureInfo.flags.bottomField = pNvidiaVulkanParserPictureData->bottom_field_flag ? 1 : 0; … in DecodePicture() 1286 if (pNvidiaVulkanParserPictureData->bottom_field_flag) in DecodePicture() 1288 currPicFlags.bottom_field_flag = true; in DecodePicture() 1312 …vidiaVulkanParserPictureData->bottom_field_flag] = pin->CurrFieldOrderCnt[pNvidiaVulkanParserPictu… in DecodePicture()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
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/ |
D | p_video_state.h | 343 uint8_t bottom_field_flag; member
|