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

  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
SampleToChunkBox.java 114 long samplesPerChunk;
117 public Entry(long firstChunk, long samplesPerChunk, long sampleDescriptionIndex) {
119 this.samplesPerChunk = samplesPerChunk;
132 return samplesPerChunk;
135 public void setSamplesPerChunk(long samplesPerChunk) {
136 this.samplesPerChunk = samplesPerChunk;
151 ", samplesPerChunk=" + samplesPerChunk
    [all...]
  /frameworks/av/media/libstagefright/include/
SampleTable.h 133 uint32_t samplesPerChunk;

Completed in 1043 milliseconds