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

/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp231 unsigned mPID; member in struct:android::StreamInfo
317 info.mPID = elementaryPID;
330 ssize_t index = mStreams.indexOfKey(info.mPID);
352 ALOGI("PID 0x%08x => type 0x%02x", info.mPID, info.mType);
369 info1.mPID == s1->pid() && info1.mType == s2->type()
370 && info2.mPID == s2->pid() && info2.mType == s1->type();
373 info1.mPID == s2->pid() && info1.mType == s1->type()
374 && info2.mPID == s1->pid() && info2.mType == s2->type();
399 ssize_t index = mStreams.indexOfKey(info.mPID);
403 this, info.mPID, inf
[all...]
/frameworks/av/media/libstagefright/wifi-display/source/
H A DTSPacketizer.cpp68 unsigned mPID; member in struct:android::TSPacketizer::Track
88 mPID(PID),
120 return mPID;

Completed in 356 milliseconds