| ATSParser.cpp | 50             unsigned pid, unsigned payload_unit_start_indicator, 89     unsigned pid() const { return mElementaryPID; }  function in struct:android::ATSParser::Stream
 90     void setPID(unsigned pid) { mElementaryPID = pid; }
 142         unsigned pid, unsigned payload_unit_start_indicator,
 146     if (pid == mProgramMapPID) {
 157     ssize_t index = mStreams.indexOfKey(pid);
 294             LOGI("PID 0x%08x => type 0x%02x", stream->pid(), stream->type());
 301             LOGI("PID 0x%08x => type 0x%02x", info.mPID, info.mType)
 [all...]
 |