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

  /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...]
  /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::__anon30292::__anon30293
  /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::__anon30306::__anon30307
  /external/mesa3d/src/gallium/include/pipe/
p_video_state.h 254 uint8_t bottom_field_flag; member in struct:pipe_h264_picture_desc
  /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
  /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 493 sliceHdr->bottom_field_flag = FALSE; /* won't be used anyway */
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vdpau/
decode.c 337 picture->bottom_field_flag = picture_info->bottom_field_flag;
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 394 uint bottom_field_flag; /* u(1) */ member in struct:tagSliceHeader
    [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...]
  /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::__anon30405::__anon30406
    [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/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_h264_parser.c 858 if (parser->info.img.bottom_field_flag)
    [all...]

Completed in 441 milliseconds