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

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
VUIParameters.java 40 public boolean overscan_info_present_flag; field in class:VUIParameters
70 ", overscan_info_present_flag=" + overscan_info_present_flag + "\n" +
SeqParameterSet.java 205 vuip.overscan_info_present_flag = reader
206 .readBool("VUI: overscan_info_present_flag");
207 if (vuip.overscan_info_present_flag) {
413 writer.writeBool(vuip.overscan_info_present_flag,
414 "VUI: overscan_info_present_flag");
415 if (vuip.overscan_info_present_flag) {
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 256 uint overscan_info_present_flag; /* u(1) */ member in struct:tagVUIParam
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
header.cpp 128 temp = vui->overscan_info_present_flag;
    [all...]

Completed in 400 milliseconds