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

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
VUIParameters.java 25 public static class BitstreamRestriction {
61 public BitstreamRestriction bitstreamRestriction;
90 ", bitstreamRestriction=" + bitstreamRestriction + "\n" +
SeqParameterSet.java 262 vuip.bitstreamRestriction = new VUIParameters.BitstreamRestriction();
263 vuip.bitstreamRestriction.motion_vectors_over_pic_boundaries_flag = reader
265 vuip.bitstreamRestriction.max_bytes_per_pic_denom = reader
267 vuip.bitstreamRestriction.max_bits_per_mb_denom = reader
269 vuip.bitstreamRestriction.log2_max_mv_length_horizontal = reader
271 vuip.bitstreamRestriction.log2_max_mv_length_vertical = reader
273 vuip.bitstreamRestriction.num_reorder_frames = reader
275 vuip.bitstreamRestriction.max_dec_frame_buffering = reader
469 writer.writeBool(vuip.bitstreamRestriction != null, "VUI: ")
    [all...]

Completed in 430 milliseconds