Lines Matching refs:PID

420                 // get the next PID for temp[i]->type() in the new PID map
423 // change the PID of the stream, and add it back
427 // removed the used PID
573 ALOGI("PID 0x%08x => type 0x%02x", stream->pid(), stream->type());
580 ALOGI("PID 0x%08x => type 0x%02x", info.mPID, info.mType);
741 ALOGV("new stream PID 0x%02x, type 0x%02x, scrambled %d, SampleEncrypted: %d",
789 ALOGE("stream PID 0x%02x has invalid stream type 0x%02x",
1555 ALOGV("Stream PID 0x%08x of type 0x%02x now has data.",
1568 ALOGV("onPayloadData: created AnotherPacketSource PID 0x%08x of type 0x%02x",
1668 mPSISections.add(0 /* PID */, new PSISection);
1823 ABitReader *br, unsigned PID,
1829 ssize_t sectionIndex = mPSISections.indexOfKey(PID);
1863 if (PID == 0) {
1870 PID, &sectionBits, &err)) {
1883 mPSISections.removeItem(PID);
1899 PID, continuity_counter,
1914 handled = mCasManager->parsePID(br, PID);
1918 ALOGV("PID 0x%04x not handled.", PID);
1925 ABitReader *br, unsigned PID, unsigned *random_access_indicator) {
1938 ALOGV("PID 0x%04x: discontinuity_indicator = 1 (!!!)", PID);
1943 ALOGV("PID 0x%04x: random_access_indicator = 1", PID);
1948 ALOGV("PID 0x%04x: elementary_stream_priority_indicator = 1", PID);
1974 ALOGV("PID 0x%04x: PCR = 0x%016" PRIx64 " (%.2f)",
1975 PID, PCR, PCR / 27E6);
1983 updatePCR(PID, PCR, byteOffsetFromStart);
2013 unsigned PID = br->getBits(13);
2014 ALOGV("PID = 0x%04x", PID);
2023 ALOGV("PID = 0x%04x, continuity_counter = %u", PID, continuity_counter);
2025 // ALOGI("PID = 0x%04x, continuity_counter = %u", PID, continuity_counter);
2031 err = parseAdaptationField(br, PID, &random_access_indicator);
2035 err = parsePID(br, PID, continuity_counter,
2114 unsigned /* PID */, uint64_t PCR, uint64_t byteOffsetFromStart) {