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

/frameworks/av/media/libstagefright/mpeg2ts/
H A DESQueue.h35 struct ElementaryStreamQueue { struct in namespace:android
54 explicit ElementaryStreamQueue(Mode mode, uint32_t flags = 0);
133 DISALLOW_EVIL_CONSTRUCTORS(ElementaryStreamQueue);
H A DESQueue.cpp41 ElementaryStreamQueue::ElementaryStreamQueue(Mode mode, uint32_t flags) function in class:android::ElementaryStreamQueue
48 ALOGV("ElementaryStreamQueue(%p) mode %x flags %x isScrambled %d isSampleEncrypted %d",
56 sp<MetaData> ElementaryStreamQueue::getFormat() {
60 void ElementaryStreamQueue::clear(bool clearFormat) {
79 bool ElementaryStreamQueue::isScrambled() const {
83 void ElementaryStreamQueue::setCasInfo(
274 status_t ElementaryStreamQueue::appendData(
495 void ElementaryStreamQueue::appendScrambledData(
534 sp<ABuffer> ElementaryStreamQueue
[all...]

Completed in 35 milliseconds