HomeSort by relevance Sort by last modified time
    Searched defs:bottom_field_flag (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/state_trackers/omx_bellagio/
vid_dec_h264.c 188 if (priv->picture.h264.field_pic_flag && priv->picture.h264.bottom_field_flag != top_field_first)
708 priv->picture.h264.bottom_field_flag = 0;
719 unsigned bottom_field_flag = vl_rbsp_u(rbsp, 1); local
721 if (bottom_field_flag != priv->picture.h264.bottom_field_flag)
724 priv->picture.h264.bottom_field_flag = bottom_field_flag;
778 } else if (!priv->picture.h264.bottom_field_flag)
848 } else if (!priv->picture.h264.bottom_field_flag)
878 } else if (!priv->picture.h264.bottom_field_flag)
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_vp3_video_bsp.c 108 uint8_t bottom_field_flag; // 39 checked member in struct:h264_picparm_bsp
203 assert(offsetof(struct h264_picparm_bsp, bottom_field_flag) == (0x39 + 0x24));
227 h->bottom_field_flag = d->bottom_field_flag;
nouveau_vp3_video_vp.c 127 unsigned bottom_field_flag : 1; // 6 member in struct:h264_picparm_vp
342 h->bottom_field_flag = d->bottom_field_flag;
412 dec->refs[target->valid_ref].decoded_first = d->bottom_field_flag;
413 else if (dec->refs[target->valid_ref].decoded_first != d->bottom_field_flag)
418 if (!d->field_pic_flag || d->bottom_field_flag)
420 if (!d->field_pic_flag || !d->bottom_field_flag)
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H264TrackImpl.java 437 public boolean bottom_field_flag = false; field in class:H264TrackImpl.SliceHeader
482 bottom_field_flag = reader.readBool("SliceHeader: bottom_field_flag");
505 ", bottom_field_flag=" + bottom_field_flag +
  /external/v4l2_codec2/vda/
h264_parser.h 273 bool bottom_field_flag; member in struct:media::H264SliceHeader
  /external/mesa3d/src/gallium/include/pipe/
p_video_state.h 331 uint8_t bottom_field_flag; member in struct:pipe_h264_picture_desc

Completed in 363 milliseconds