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

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
SeqParameterSet.java 259 boolean bitstream_restriction_flag = reader
260 .readBool("VUI: bitstream_restriction_flag");
261 if (bitstream_restriction_flag) {
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
header.cpp 183 temp = vui->bitstream_restriction_flag;
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 279 uint bitstream_restriction_flag; /* u(1) */ member in struct:tagVUIParam
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/src/
h264_utils.cpp 637 if (extract_bits(1)) //bitstream_restriction_flag
    [all...]

Completed in 652 milliseconds