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

/frameworks/av/media/libstagefright/wifi-display/source/
H A DTSPacketizer.cpp69 unsigned mPID; member in struct:android::TSPacketizer::Track
90 mPID(PID),
131 return mPID;
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp239 unsigned mPID; member in struct:android::StreamInfo
325 info.mPID = elementaryPID;
338 ssize_t index = mStreams.indexOfKey(info.mPID);
360 ALOGI("PID 0x%08x => type 0x%02x", info.mPID, info.mType);
377 info1.mPID == s1->pid() && info1.mType == s2->type()
378 && info2.mPID == s2->pid() && info2.mType == s1->type();
381 info1.mPID == s2->pid() && info1.mType == s1->type()
382 && info2.mPID == s1->pid() && info2.mType == s2->type();
407 ssize_t index = mStreams.indexOfKey(info.mPID);
411 this, info.mPID, inf
[all...]

Completed in 82 milliseconds