HomeSort by relevance Sort by last modified time
    Searched defs:offset_for_top_to_bottom_field (Results 1 - 4 of 4) 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
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 313 int32 offset_for_top_to_bottom_field; /* se(v) */ member in struct:tagSeqParamSet
    [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

Completed in 1136 milliseconds