Searched refs:mElementaryPID (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp143 unsigned pid() const { return mElementaryPID; }
144 void setPID(unsigned pid) { mElementaryPID = pid; }
186 unsigned mElementaryPID; member in struct:android::ATSParser::Stream
715 mElementaryPID(elementaryPID),
867 ALOGI("discontinuity on stream pid 0x%04x", mElementaryPID);
1403 mElementaryPID, status.exceptionCode());
1408 mElementaryPID, result);
1445 mElementaryPID, err);
1457 ALOGV("flushing stream 0x%04x size = %zu", mElementaryPID, mBuffer->size());
1512 mElementaryPID, mStreamTyp
[all...]

Completed in 1237 milliseconds