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

  /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::__anon39430::__anon39431
  /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::__anon39444::__anon39445
  /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 +
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
header.cpp 349 /* if frame_mbs_only_flag is 0, encode field_pic_flag, bottom_field_flag here */
690 if (!sliceHdr->field_pic_flag || !sliceHdr->bottom_field_flag)
699 else if (sliceHdr->bottom_field_flag)
803 else if (sliceHdr->bottom_field_flag == 0)
864 else if (sliceHdr->bottom_field_flag)
    [all...]
init.cpp 497 sliceHdr->bottom_field_flag = FALSE; /* won't be used anyway */
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_video_state.h 254 uint8_t bottom_field_flag; member in struct:pipe_h264_picture_desc
  /external/mesa3d/src/gallium/include/pipe/
p_video_state.h 254 uint8_t bottom_field_flag; member in struct:pipe_h264_picture_desc
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
decode.c 337 picture->bottom_field_flag = picture_info->bottom_field_flag;
  /external/mesa3d/src/gallium/state_trackers/vdpau/
decode.c 337 picture->bottom_field_flag = picture_info->bottom_field_flag;
  /external/chromium_org/media/filters/
h264_parser.h 205 bool bottom_field_flag; member in struct:media::H264SliceHeader
  /hardware/intel/img/psb_video/src/hwdefs/
msvdx_vec_h264_reg_io2.h 282 // MSVDX_VEC_H264 CR_VEC_H264_FE_CUR_PIC0 BOTTOM_FIELD_FLAG
    [all...]
  /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...]
lnc_hostheader.c 719 /* frame_mb_only_flag is always 1, so no need for field_pic_flag or bottom_field_flag */
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_H264.c 738 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);
1027 uint32_t bottom_field_flag; local
    [all...]
pnw_hostheader.c 628 /* frame_mb_only_flag is always 1, so no need for field_pic_flag or bottom_field_flag */
    [all...]
tng_hostheader.c     [all...]
  /external/chromium_org/content/common/gpu/media/
vaapi_h264_decoder.cc 508 curr_pic_->field = slice_hdr->bottom_field_flag ? H264Picture::FIELD_BOTTOM
656 } else if (!slice_hdr->bottom_field_flag) {
693 } else if (slice_hdr->bottom_field_flag) {
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 394 uint bottom_field_flag; /* u(1) */ member in struct:tagSliceHeader
    [all...]
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_TI_Video.h 2156 OMX_U8 bottom_field_flag; member in struct:OMX_TI_VIDEO_H264VDEC_ErrConcealStr
    [all...]
  /hardware/intel/common/libva/va/
va.h 2528 unsigned bottom_field_flag : 1; member in struct:_VAParseSliceHeaderGroupBuffer::__anon39543::__anon39544
    [all...]

Completed in 542 milliseconds