Home
last modified time | relevance | path

Searched refs:bottom_field_flag (Results 1 – 14 of 14) sorted by relevance

/external/deqp/external/vulkancts/scripts/src/vk_video/
Dvulkan_video_codec_h264std_decode.h23 …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
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vk_video/
Dvulkan_video_codec_h264std_decode.h23 …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
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video_vp.c127 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()
Dnouveau_vp3_video_bsp.c108 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()
/external/mesa3d/src/gallium/frontends/omx/
Dvid_dec_h264_common.c127 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()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
DH264TrackImpl.java437 public boolean bottom_field_flag = false; field in H264TrackImpl.SliceHeader
482 bottom_field_flag = reader.readBool("SliceHeader: bottom_field_flag"); in SliceHeader()
505 ", bottom_field_flag=" + bottom_field_flag + in toString()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv84_video_vp.c116 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()
Dnv84_video_bsp.c149 if (desc->bottom_field_flag) in nv84_decoder_bsp()
/external/mesa3d/src/gallium/frontends/va/
Dpicture_h264.c110 context->desc.h264.bottom_field_flag = in vlVaHandlePictureParameterBufferH264()
/external/mesa3d/src/gallium/frontends/vdpau/
Ddecode.c390 picture->bottom_field_flag = picture_info->bottom_field_flag; in vlVdpDecoderRenderH264()
/external/mesa3d/src/gallium/include/pipe/
Dp_video_state.h351 uint8_t bottom_field_flag; member
/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl5931 deUint32 bottom_field_flag:1; member
5950 deUint32 bottom_field_flag:1; member
DvkVulkan_c.inl781 …deUint32 bottom_field_flag:1; // bottom (true) or top (false) field if field_pic_flag is … member
799 deUint32 bottom_field_flag:1; // Reference is used for bottom field reference. member
DvkStrUtilImpl.inl12154 s << "\tbottom_field_flag = " << value.bottom_field_flag << '\n';
12179 s << "\tbottom_field_flag = " << value.bottom_field_flag << '\n';