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
46 ElementaryStreamQueue(Mode mode, uint32_t flags = 0);
82 DISALLOW_EVIL_CONSTRUCTORS(ElementaryStreamQueue);
H A DESQueue.cpp39 ElementaryStreamQueue::ElementaryStreamQueue(Mode mode, uint32_t flags) function in class:android::ElementaryStreamQueue
44 sp<MetaData> ElementaryStreamQueue::getFormat() {
48 void ElementaryStreamQueue::clear(bool clearFormat) {
248 status_t ElementaryStreamQueue::appendData(
460 sp<ABuffer> ElementaryStreamQueue::dequeueAccessUnit() {
505 sp<ABuffer> ElementaryStreamQueue::dequeueAccessUnitAC3() {
550 sp<ABuffer> ElementaryStreamQueue::dequeueAccessUnitPCMAudio() {
604 sp<ABuffer> ElementaryStreamQueue::dequeueAccessUnitAAC() {
708 int64_t ElementaryStreamQueue
[all...]
H A DMPEG2PSExtractor.cpp64 ElementaryStreamQueue *mQueue;
543 ElementaryStreamQueue::Mode mode;
547 mode = ElementaryStreamQueue::H264;
550 mode = ElementaryStreamQueue::AAC;
554 mode = ElementaryStreamQueue::MPEG_AUDIO;
559 mode = ElementaryStreamQueue::MPEG_VIDEO;
563 mode = ElementaryStreamQueue::MPEG4_VIDEO;
572 mQueue = new ElementaryStreamQueue(mode);
H A DATSParser.cpp142 ElementaryStreamQueue *mQueue;
500 mQueue = new ElementaryStreamQueue(
501 ElementaryStreamQueue::H264,
503 ? ElementaryStreamQueue::kFlag_AlignedData : 0);
506 mQueue = new ElementaryStreamQueue(ElementaryStreamQueue::AAC);
510 mQueue = new ElementaryStreamQueue(
511 ElementaryStreamQueue::MPEG_AUDIO);
516 mQueue = new ElementaryStreamQueue(
517 ElementaryStreamQueue
[all...]

Completed in 57 milliseconds