Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:ACodec

32 #include <media/stagefright/ACodec.h>
68 mCodec(new ACodec),
502 case ACodec::kWhatError:
597 case ACodec::kWhatComponentAllocated:
620 case ACodec::kWhatComponentConfigured:
632 case ACodec::kWhatInputSurfaceCreated:
634 // response to ACodec::kWhatCreateInputSurface
650 case ACodec::kWhatSignaledInputEOS:
652 // response to ACodec::kWhatSignalEndOfInputStream
663 case ACodec::kWhatBuffersAllocated:
681 sp<ACodec::PortDescription> portDesc =
682 static_cast<ACodec::PortDescription *>(obj.get());
715 case ACodec::kWhatOutputFormatChanged:
760 case ACodec::kWhatFillThisBuffer:
807 case ACodec::kWhatDrainThisBuffer:
858 case ACodec::kWhatEOS:
865 case ACodec::kWhatShutdownCompleted:
878 case ACodec::kWhatFlushCompleted: