Lines Matching refs:DecoderBase
1100 if (what == DecoderBase::kWhatInputDiscontinuity) {
1119 } else if (what == DecoderBase::kWhatEOS) {
1132 } else if (what == DecoderBase::kWhatFlushCompleted) {
1137 } else if (what == DecoderBase::kWhatVideoSizeChanged) {
1146 } else if (what == DecoderBase::kWhatShutdownCompleted) {
1167 } else if (what == DecoderBase::kWhatResumeCompleted) {
1169 } else if (what == DecoderBase::kWhatError) {
1919 bool audio, sp<DecoderBase> *decoder, bool checkAudioModeChange) {
2151 const sp<DecoderBase> &decoder = getDecoder(audio);
3095 const sp<DecoderBase> &videoDecoder = getDecoder(false/*audio*/);
3101 const sp<DecoderBase> &audioDecoder = getDecoder(true/*audio*/);