Lines Matching refs:mIsAudio
79 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()
371 if (!mIsAudio) { in onConfigure()
489 mRenderer->flush(mIsAudio, notifyComplete); in doFlush()
767 ALOGV("[%s] saw output EOS", mIsAudio ? "audio" : "video"); in handleAnOutputBuffer()
773 mNumFramesTotal += !mIsAudio; in handleAnOutputBuffer()
784 mRenderer->queueEOS(mIsAudio, ERROR_END_OF_STREAM); in handleAnOutputBuffer()
798 mRenderer->queueBuffer(mIsAudio, buffer, reply); in handleAnOutputBuffer()
800 mRenderer->queueEOS(mIsAudio, ERROR_END_OF_STREAM); in handleAnOutputBuffer()
808 if (!mIsAudio) { in handleOutputFormatChange()
880 status_t err = mSource->dequeueAccessUnit(mIsAudio, &accessUnit); in fetchInputData()
890 (mIsAudio && in fetchInputData()
892 || (!mIsAudio && in fetchInputData()
898 mIsAudio ? "audio" : "video", formatChange, timeChange); in fetchInputData()
901 sp<AMessage> newFormat = mSource->getFormat(mIsAudio); in fetchInputData()
937 if (!mIsAudio && !mIsEncrypted) { in fetchInputData()
986 mIsAudio ? "audio" : "video", in fetchInputData()
1175 if (!mIsAudio) { in onRenderBuffer()
1194 mNumOutputFramesDropped += !mIsAudio; in onRenderBuffer()