Home
last modified time | relevance | path

Searched refs:mElementaryPID (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/mpeg2ts/
DATSParser.cpp147 unsigned pid() const { return mElementaryPID; } in pid()
148 void setPID(unsigned pid) { mElementaryPID = pid; } in setPID()
193 unsigned mElementaryPID; member
858 mElementaryPID(info.mPID), in Stream()
986 ALOGE("[stream %d] can't get hidl allocator", mElementaryPID); in ensureBufferCapacity()
1004 mElementaryPID, transStatus.description().c_str()); in ensureBufferCapacity()
1008 ALOGE("[stream %d] hidl allocator failed", mElementaryPID); in ensureBufferCapacity()
1013 ALOGE("[stream %d] hidl failed to map memory", mElementaryPID); in ensureBufferCapacity()
1034 mElementaryPID, neededSize); in ensureBufferCapacity()
1063 ALOGI("discontinuity on stream pid 0x%04x", mElementaryPID); in parse()
[all …]