Home | History | Annotate | Download | only in nuplayer

Lines Matching refs:ACodec

40 #include <media/stagefright/ACodec.h>
470 if (what == ACodec::kWhatFillThisBuffer) {
479 } else if (what == ACodec::kWhatEOS) {
492 } else if (what == ACodec::kWhatFlushCompleted) {
521 } else if (what == ACodec::kWhatOutputFormatChanged) {
611 } else if (what == ACodec::kWhatShutdownCompleted) {
626 } else if (what == ACodec::kWhatError) {
631 } else if (what == ACodec::kWhatDrainThisBuffer) {
633 } else if (what != ACodec::kWhatComponentAllocated
634 && what != ACodec::kWhatComponentConfigured
635 && what != ACodec::kWhatBuffersAllocated) {