Lines Matching refs:mIsAudio
80 mIsAudio(true), in Decoder()
148 mIsAudio ? "audio" : "video", cbID, mPaused); in onMessageReceived()
196 mIsAudio ? "audio" : "video", err); in onMessageReceived()
296 mIsAudio = !strncasecmp("audio/", mime.c_str(), 6); in onConfigure()
368 if (!mIsAudio) { in onConfigure()
485 mRenderer->flush(mIsAudio, notifyComplete); in doFlush()
757 ALOGV("[%s] saw output EOS", mIsAudio ? "audio" : "video"); in handleAnOutputBuffer()
763 mNumFramesTotal += !mIsAudio; in handleAnOutputBuffer()
774 mRenderer->queueEOS(mIsAudio, ERROR_END_OF_STREAM); in handleAnOutputBuffer()
788 mRenderer->queueBuffer(mIsAudio, buffer, reply); in handleAnOutputBuffer()
790 mRenderer->queueEOS(mIsAudio, ERROR_END_OF_STREAM); in handleAnOutputBuffer()
798 if (!mIsAudio) { in handleOutputFormatChange()
869 status_t err = mSource->dequeueAccessUnit(mIsAudio, &accessUnit); in fetchInputData()
879 (mIsAudio && in fetchInputData()
881 || (!mIsAudio && in fetchInputData()
887 mIsAudio ? "audio" : "video", formatChange, timeChange); in fetchInputData()
890 sp<AMessage> newFormat = mSource->getFormat(mIsAudio); in fetchInputData()
926 if (!mIsAudio && !mIsEncrypted) { in fetchInputData()
975 mIsAudio ? "audio" : "video", in fetchInputData()
1146 if (!mIsAudio) { in onRenderBuffer()
1165 mNumOutputFramesDropped += !mIsAudio; in onRenderBuffer()