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

  /external/mesa3d/src/gallium/state_trackers/omx/
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...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse.c 485 result |= (old_slice.bottom_field_flag != cur_slice.bottom_field_flag);
573 pInfo->old_slice.bottom_field_flag = pInfo->SliceHeader.bottom_field_flag;
619 pInfo->img.bottom_field_flag = pInfo->SliceHeader.bottom_field_flag;
h264parse_sh.c 75 SliceHeader->bottom_field_flag = 0;
86 SliceHeader->bottom_field_flag = (uint8_t)code;
88 SliceHeader->structure = SliceHeader->bottom_field_flag? BOTTOM_FIELD: TOP_FIELD;
h264parse_dpb.c     [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)
  /hardware/intel/common/libmix/videodecoder/securevideo/baytrail/
secvideoparser.h 87 BOTTOM_FIELD_FLAG
98 uint8_t bottom_field_flag:1; member in struct:_slice_header_t::__anon42256::__anon42257
  /hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/
secvideoparser.h 87 BOTTOM_FIELD_FLAG
98 uint8_t bottom_field_flag:1; member in struct:_slice_header_t::__anon42270::__anon42271
  /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 +
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
h264.h 669 uint8_t bottom_field_flag; member in struct:old_slice_par
730 uint8_t bottom_field_flag; member in struct:_h264_Slice_Header
901 uint8_t bottom_field_flag; member in struct:_h264_img_par
  /external/mesa3d/src/gallium/state_trackers/va/
picture_h264.c 110 context->desc.h264.bottom_field_flag =
  /external/v4l2_codec2/vda/
h264_parser.h 273 bool bottom_field_flag; member in struct:media::H264SliceHeader
h264_decoder.cc 120 curr_pic_->field = slice_hdr->bottom_field_flag ? H264Picture::FIELD_BOTTOM
    [all...]
v4l2_slice_video_decode_accelerator.cc     [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv84_video_vp.c 116 param2.top = desc->bottom_field_flag ? 2 : 1;
117 param2.bottom = desc->bottom_field_flag;
nv84_video_bsp.c 149 if (desc->bottom_field_flag)
  /external/mesa3d/src/gallium/include/pipe/
p_video_state.h 330 uint8_t bottom_field_flag; member in struct:pipe_h264_picture_desc
  /external/mesa3d/src/gallium/state_trackers/vdpau/
decode.c 390 picture->bottom_field_flag = picture_info->bottom_field_flag;
  /hardware/intel/img/psb_video/src/mrst/
psb_H264.c 749 REGIO_WRITE_FIELD_LITE(ctx->reg_PIC0, MSVDX_VEC_H264, CR_VEC_H264_FE_CUR_PIC0, BOTTOM_FIELD_FLAG, pic_params->CurrPic.flags & VA_PICTURE_H264_BOTTOM_FIELD ? 1 : 0);
914 uint32_t bottom_field_flag; local
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_H264.c 765 REGIO_WRITE_FIELD_LITE(ctx->reg_PIC0, MSVDX_VEC_H264, CR_VEC_H264_FE_CUR_PIC0, BOTTOM_FIELD_FLAG, pic_params->CurrPic.flags & VA_PICTURE_H264_BOTTOM_FIELD ? 1 : 0);
1059 uint32_t bottom_field_flag; local
    [all...]
  /hardware/intel/common/libva/va/
va.h 2531 unsigned bottom_field_flag : 1; member in struct:_VAParseSliceHeaderGroupBuffer::__anon42369::__anon42370
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_h264_parser.c 858 if (parser->info.img.bottom_field_flag)
    [all...]

Completed in 229 milliseconds