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

/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp116 unsigned elementaryPID,
408 unsigned elementaryPID = br->getBits(13); local
409 ALOGV(" elementary_PID = 0x%04x", elementaryPID);
437 info.mPID = elementaryPID;
587 unsigned elementaryPID,
591 mElementaryPID(elementaryPID),
641 ALOGV("new stream PID 0x%02x, type 0x%02x", elementaryPID, streamType);
585 Stream( Program *program, unsigned elementaryPID, unsigned streamType, unsigned PCR_PID) argument

Completed in 190 milliseconds