Searched refs:mIsVideoSourceSet (Results 1 – 2 of 2) sorted by relevance
63 if (!mIsVideoSourceSet) { in setPreviewSurface()114 if (mIsVideoSourceSet) { in setVideoSource()138 mIsVideoSourceSet = true; in setVideoSource()186 …if (mIsVideoSourceSet && of >= OUTPUT_FORMAT_AUDIO_ONLY_START && of != OUTPUT_FORMAT_RTP_AVP && of… in setOutputFormat()208 if (!mIsVideoSourceSet) { in setVideoEncoder()335 if (!mIsVideoSourceSet) { in setVideoSize()378 if (!mIsVideoSourceSet) { in setVideoFrameRate()439 if (mIsVideoSourceSet != mIsVideoEncoderSet) { in prepare()440 if (mIsVideoSourceSet) { in prepare()601 mIsVideoSourceSet = false; in doCleanUp()
248 bool mIsVideoSourceSet; variable