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

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
SeqParameterSet.java 63 public int offset_for_top_to_bottom_field; field in class:SeqParameterSet
127 sps.offset_for_top_to_bottom_field = reader
128 .readSE("SPS: offset_for_top_to_bottom_field");
365 writer.writeSE(offset_for_top_to_bottom_field,
366 "SPS: offset_for_top_to_bottom_field");
541 ", \n offset_for_top_to_bottom_field=" + offset_for_top_to_bottom_field +
  /hardware/intel/common/libva/va/
va_enc_h264.h 212 int offset_for_top_to_bottom_field; member in struct:_VAEncSequenceParameterBufferH264
va_trace.c     [all...]
  /external/v4l2_codec2/vda/
h264_parser.h 127 int offset_for_top_to_bottom_field; member in struct:media::H264SPS
h264_decoder.cc 290 sps->offset_for_top_to_bottom_field +
297 sps->offset_for_top_to_bottom_field +
    [all...]
v4l2-controls.h 1013 __s32 offset_for_top_to_bottom_field; member in struct:v4l2_ctrl_h264_sps
    [all...]
h264_parser.cc 875 READ_SE_OR_RETURN(&sps->offset_for_top_to_bottom_field);
    [all...]
v4l2_slice_video_decode_accelerator.cc     [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
h264.h 801 int32_t offset_for_top_to_bottom_field; // se(v), -2^31 to (2^31)-1, 32-bit integer member in struct:_SPS_PAR_USED
861 int32_t offset_for_top_to_bottom_field; member in struct:_h264_img_par
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse.c 628 pInfo->img.offset_for_top_to_bottom_field = pInfo->active_SPS.offset_for_top_to_bottom_field;
h264parse_sps.c 416 SPS->offset_for_top_to_bottom_field = h264_GetVLCElement(parent, pInfo, true);
h264parse_dpb.c     [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_video_state.h 288 int32_t offset_for_top_to_bottom_field; member in struct:pipe_h264_sps
  /external/mesa3d/src/gallium/state_trackers/omx/
vid_dec_h264.c 353 sps->offset_for_top_to_bottom_field = vl_rbsp_se(rbsp);
846 sps->offset_for_top_to_bottom_field + priv->codec_data.h264.delta_pic_order_cnt[1];
851 priv->picture.h264.field_order_cnt[1] = expectedPicOrderCnt + sps->offset_for_top_to_bottom_field +
    [all...]

Completed in 476 milliseconds