Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/omx_bellagio/
Dvid_dec_h264.c188 if (priv->picture.h264.field_pic_flag && priv->picture.h264.bottom_field_flag != top_field_first) in vid_dec_h264_EndFrame()
708 priv->picture.h264.bottom_field_flag = 0; in slice_header()
719 unsigned bottom_field_flag = vl_rbsp_u(rbsp, 1); in slice_header() local
721 if (bottom_field_flag != priv->picture.h264.bottom_field_flag) in slice_header()
724 priv->picture.h264.bottom_field_flag = bottom_field_flag; in slice_header()
778 } else if (!priv->picture.h264.bottom_field_flag) in slice_header()
848 } else if (!priv->picture.h264.bottom_field_flag) in slice_header()
878 } else if (!priv->picture.h264.bottom_field_flag) in slice_header()
/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/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/v4l2_codec2/vda/
Dh264_parser.h273 bool bottom_field_flag; member
Dh264_decoder.cc121 curr_pic_->field = slice_hdr->bottom_field_flag ? H264Picture::FIELD_BOTTOM in InitCurrPicture()
/external/mesa3d/src/gallium/state_trackers/va/
Dpicture_h264.c110 context->desc.h264.bottom_field_flag = in vlVaHandlePictureParameterBufferH264()
/external/mesa3d/src/gallium/include/pipe/
Dp_video_state.h331 uint8_t bottom_field_flag; member
/external/mesa3d/src/gallium/state_trackers/vdpau/
Ddecode.c390 picture->bottom_field_flag = picture_info->bottom_field_flag; in vlVdpDecoderRenderH264()