Lines Matching defs:audio
535 bool audio = msg->what() == kWhatAudioNotify; in onMessageReceived() local
726 int32_t audio; in onMessageReceived() local
768 int32_t audio; in onMessageReceived() local
887 status_t NuPlayer::instantiateDecoder(bool audio, sp<Decoder> *decoder) { in instantiateDecoder()
917 status_t NuPlayer::feedDecoderInputData(bool audio, const sp<AMessage> &msg) { in feedDecoderInputData()
1049 void NuPlayer::renderBuffer(bool audio, const sp<AMessage> &msg) { in renderBuffer()
1109 void NuPlayer::flushDecoder(bool audio, bool needShutdown) { in flushDecoder()
1153 sp<AMessage> NuPlayer::Source::getFormat(bool audio) { in getFormat()
1283 void NuPlayer::performDecoderShutdown(bool audio, bool video) { in performDecoderShutdown()
1471 int32_t audio, video; in onSourceNotify() local
1516 bool audio, bool video, const sp<AMessage> &reply) { in queueDecoderShutdown()