Searched defs:sidx (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/extractors/mp4/
H A DMPEG4Extractor.cpp76 Vector<SidxEntry> &sidx,
2430 return UNKNOWN_ERROR; // stop parsing after sidx
2618 ALOGV("sidx version %d", version);
2629 ALOGV("sidx refid/timescale: %d/%d", referenceId, timeScale);
2667 ALOGV("sidx pres/off: %" PRIu64 "/%" PRIu64, earliestPresentationTime, firstOffset);
2696 ALOGW("sub-sidx boxes not supported yet");
3836 Vector<SidxEntry> &sidx,
3846 mSegments(sidx),
5058 // without sidx boxes, we can only seek to 0
3831 MPEG4Source( MetaDataBase &format, DataSourceBase *dataSource, int32_t timeScale, const sp<SampleTable> &sampleTable, Vector<SidxEntry> &sidx, const Trex *trex, off64_t firstMoofOffset, const sp<ItemTable> &itemTable) argument

Completed in 31 milliseconds