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

/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp105 unsigned pid() const { return mElementaryPID; }
106 void setPID(unsigned pid) { mElementaryPID = pid; }
125 unsigned mElementaryPID; member in struct:android::ATSParser::Stream
458 mElementaryPID(elementaryPID),
523 ALOGI("discontinuity on stream pid 0x%04x", mElementaryPID);
825 ALOGV("flushing stream 0x%04x size = %d", mElementaryPID, mBuffer->size());
867 mElementaryPID, mStreamType);

Completed in 221 milliseconds