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

  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
SyncSampleBox.java 32 public static final String TYPE = "stss";
  /frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalConfig.h 70 * If 3gp file does not contain an STSS table (no rap frames),
  /frameworks/av/libvideoeditor/vss/inc/
M4VSS3GPP_InternalConfig.h 34 an STSS table (no rap frames),
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H264TrackImpl.java 39 List<Integer> stss; field in class:H264TrackImpl
84 stss = new LinkedList<Integer>();
143 long[] returns = new long[stss.size()];
144 for (int i = 0; i < stss.size(); i++) {
145 returns[i] = stss.get(i);
281 stss.add(frameNr);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
DefaultMp4Builder.java 294 SyncSampleBox stss = new SyncSampleBox(); local
295 stss.setSampleNumber(syncSamples);
296 stbl.addBox(stss);
  /external/mp4parser/isoparser/src/main/resources/
isoparser-default.properties 127 stss=com.coremedia.iso.boxes.SyncSampleBox()
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
SPENCER.tests 534 \b & STSS
  /frameworks/av/libvideoeditor/vss/3gpwriter/src/
M4MP4W_Writer.c 225 }; /*STSS*/
    [all...]
  /frameworks/av/media/libstagefright/
MPEG4Writer.cpp     [all...]

Completed in 941 milliseconds