Searched refs:ElementaryStreamQueue (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/mpeg2ts/
H A DESQueue.h31 struct ElementaryStreamQueue { struct in namespace:android
47 ElementaryStreamQueue(Mode mode, uint32_t flags = 0);
85 DISALLOW_EVIL_CONSTRUCTORS(ElementaryStreamQueue);
H A DESQueue.cpp39 ElementaryStreamQueue::ElementaryStreamQueue(Mode mode, uint32_t flags) function in class:android::ElementaryStreamQueue
45 sp<MetaData> ElementaryStreamQueue::getFormat() {
49 void ElementaryStreamQueue::clear(bool clearFormat) {
248 status_t ElementaryStreamQueue::appendData(
466 sp<ABuffer> ElementaryStreamQueue::dequeueAccessUnit() {
516 sp<ABuffer> ElementaryStreamQueue::dequeueAccessUnitAC3() {
565 sp<ABuffer> ElementaryStreamQueue::dequeueAccessUnitPCMAudio() {
633 sp<ABuffer> ElementaryStreamQueue::dequeueAccessUnitAAC() {
754 int64_t ElementaryStreamQueue
[all...]
H A DMPEG2PSExtractor.cpp64 ElementaryStreamQueue *mQueue;
597 ElementaryStreamQueue::Mode mode;
601 mode = ElementaryStreamQueue::H264;
604 mode = ElementaryStreamQueue::AAC;
608 mode = ElementaryStreamQueue::MPEG_AUDIO;
613 mode = ElementaryStreamQueue::MPEG_VIDEO;
617 mode = ElementaryStreamQueue::MPEG4_VIDEO;
626 mQueue = new ElementaryStreamQueue(mode);
H A DATSParser.cpp162 ElementaryStreamQueue *mQueue;
601 mQueue = new ElementaryStreamQueue(
602 ElementaryStreamQueue::H264,
604 ? ElementaryStreamQueue::kFlag_AlignedData : 0);
607 mQueue = new ElementaryStreamQueue(ElementaryStreamQueue::AAC);
611 mQueue = new ElementaryStreamQueue(
612 ElementaryStreamQueue::MPEG_AUDIO);
617 mQueue = new ElementaryStreamQueue(
618 ElementaryStreamQueue
[all...]

Completed in 886 milliseconds