Lines Matching refs:mIsAudio
80 mIsAudio(true), in Decoder()
149 mIsAudio ? "audio" : "video", cbID, mPaused); in onMessageReceived()
197 mIsAudio ? "audio" : "video", err); in onMessageReceived()
297 mIsAudio = !strncasecmp("audio/", mime.c_str(), 6); in onConfigure()
372 if (!mIsAudio) { in onConfigure()
490 mRenderer->flush(mIsAudio, notifyComplete); in doFlush()
768 ALOGV("[%s] saw output EOS", mIsAudio ? "audio" : "video"); in handleAnOutputBuffer()
774 mNumFramesTotal += !mIsAudio; in handleAnOutputBuffer()
785 mRenderer->queueEOS(mIsAudio, ERROR_END_OF_STREAM); in handleAnOutputBuffer()
799 mRenderer->queueBuffer(mIsAudio, buffer, reply); in handleAnOutputBuffer()
801 mRenderer->queueEOS(mIsAudio, ERROR_END_OF_STREAM); in handleAnOutputBuffer()
809 if (!mIsAudio) { in handleOutputFormatChange()
881 status_t err = mSource->dequeueAccessUnit(mIsAudio, &accessUnit); in fetchInputData()
891 (mIsAudio && in fetchInputData()
893 || (!mIsAudio && in fetchInputData()
899 mIsAudio ? "audio" : "video", formatChange, timeChange); in fetchInputData()
902 sp<AMessage> newFormat = mSource->getFormat(mIsAudio); in fetchInputData()
938 if (!mIsAudio && !mIsEncrypted) { in fetchInputData()
987 mIsAudio ? "audio" : "video", in fetchInputData()
1176 if (!mIsAudio) { in onRenderBuffer()
1195 mNumOutputFramesDropped += !mIsAudio; in onRenderBuffer()