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

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
VUIParameters.java 50 public int chroma_sample_loc_type_top_field; field in class:VUIParameters
80 ", chroma_sample_loc_type_top_field=" + chroma_sample_loc_type_top_field + "\n" +
SeqParameterSet.java 231 vuip.chroma_sample_loc_type_top_field = reader
232 .readUE("VUI chroma_sample_loc_type_top_field");
439 writer.writeUE(vuip.chroma_sample_loc_type_top_field,
440 "VUI: chroma_sample_loc_type_top_field");
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 266 uint chroma_sample_loc_type_top_field; /* ue(v), Fig. E-1range 0..5, default 0 */ member in struct:tagVUIParam
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
header.cpp 153 ue_v(stream, vui->chroma_sample_loc_type_top_field);
    [all...]

Completed in 46 milliseconds