Lines Matching refs:hasVideo
1709 bool hasVideo = (mCurrentSourceInfo.mSource->getFormat(false /* audio */) != NULL); in onStart() local
1710 if (!hasAudio && !hasVideo) { in onStart()
1729 audioMeta, hasVideo, mCurrentSourceInfo.mSource->isStreaming(), streamType) in onStart()
1949 const sp<AMessage> &format, const sp<MetaData> &audioMeta, bool hasVideo) { in tryOpenAudioSinkForOffload() argument
1954 format, true /* offloadOnly */, hasVideo, in tryOpenAudioSinkForOffload()
2032 const bool hasVideo = (videoFormat != NULL); in determineAudioModeChange() local
2034 audioMeta, hasVideo, mCurrentSourceInfo.mSource->isStreaming(), streamType) in determineAudioModeChange()
2048 tryOpenAudioSinkForOffload(audioFormat, audioMeta, hasVideo); in determineAudioModeChange()
2114 const bool hasVideo = (mCurrentSourceInfo.mSource->getFormat(false /*audio */) != NULL); in instantiateDecoder() local
2115 format->setInt32("has-video", hasVideo); in instantiateDecoder()
2117 ALOGV("instantiateDecoder audio DecoderPassThrough hasVideo: %d", hasVideo); in instantiateDecoder()