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

/frameworks/av/media/libstagefright/
H A DMPEG2TSWriter.cpp608 int32_t sourceIndex; local
609 CHECK(msg->findInt32("source-index", &sourceIndex));
616 sp<SourceInfo> source = mSources.editItemAt(sourceIndex);
624 writeAccessUnit(sourceIndex, buffer);
637 writeAccessUnit(sourceIndex, buffer);
652 sp<SourceInfo> source = mSources.editItemAt(sourceIndex);
658 sourceIndex, source->lastAccessUnitTimeUs() / 1E6);
835 int32_t sourceIndex, const sp<ABuffer> &accessUnit) {
840 // PID = b0 0001 1110 ???? (13 bits) [0x1e0 + 1 + sourceIndex]
874 const unsigned PID = 0x1e0 + sourceIndex
834 writeAccessUnit( int32_t sourceIndex, const sp<ABuffer> &accessUnit) argument
[all...]

Completed in 173 milliseconds