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

  /external/opencore/fileformats/mp4/composer/include/
sampleentry.h 41 return _dataReferenceIndex;
45 _dataReferenceIndex = index;
72 uint16 _dataReferenceIndex;
avcsampleentry.h 63 uint16 _dataReferenceIndex;
textsampleentry.h 67 uint16 _dataReferenceIndex;
  /external/opencore/fileformats/mp4/composer/src/
sampleentry.cpp 40 _dataReferenceIndex = 1;
mpegsampleentry.cpp 79 if (!PVA_FF_AtomUtils::render16(fp, _dataReferenceIndex))
avcsampleentry.cpp 51 _dataReferenceIndex = 1;
129 if (!PVA_FF_AtomUtils::render16(fp, _dataReferenceIndex))
238 size += sizeof(_dataReferenceIndex);
amrsampleentry.cpp 84 if (!PVA_FF_AtomUtils::render16(fp, _dataReferenceIndex))
audiosampleentry.cpp 84 if (!PVA_FF_AtomUtils::render16(fp, _dataReferenceIndex))
textsampleentry.cpp 60 _dataReferenceIndex = 1;
161 if (!PVA_FF_AtomUtils::render16(fp, _dataReferenceIndex))
h263sampleentry.cpp 93 if (!PVA_FF_AtomUtils::render16(fp, _dataReferenceIndex))
visualsampleentry.cpp 97 if (!PVA_FF_AtomUtils::render16(fp, _dataReferenceIndex))
  /external/opencore/fileformats/mp4/parser/include/
sampleentry.h 53 return _dataReferenceIndex;
79 uint16 _dataReferenceIndex;
amrsampleentry.h 73 uint16 _dataReferenceIndex;
h263sampleentry.h 88 uint16 _dataReferenceIndex;
avcsampleentry.h 254 uint16 _dataReferenceIndex;
  /external/opencore/fileformats/mp4/parser/src/
sampleentry.cpp 49 if (!AtomUtils::read16(fp, _dataReferenceIndex))
amrsampleentry.cpp 52 if (!AtomUtils::read16(fp, _dataReferenceIndex))
h263sampleentry.cpp 54 if (!AtomUtils::read16(fp, _dataReferenceIndex))
avcsampleentry.cpp 51 if (!AtomUtils::read16(fp, _dataReferenceIndex))

Completed in 126 milliseconds