Searched refs:mSupportInternalJpeg (Results 1 – 2 of 2) sorted by relevance
94 while (mSupportInternalJpeg && !mInputJpegBuffers.empty() && !mBlobBufferAcquired) { in compilePendingInputLocked()209 ((it.second.jpegBuffer.data != nullptr) || !mSupportInternalJpeg) && in getNextReadyInputLocked()321 if (mSupportInternalJpeg) { in processInputFrame()572 mSupportInternalJpeg = CameraProviderManager::isConcurrentDynamicRangeCaptureSupported( in createInternalStreams()599 if (mSupportInternalJpeg) { in createInternalStreams()772 if (mSupportInternalJpeg) { in insertGbp()793 if (mSupportInternalJpeg) { in insertCompositeStreamIds()
119 bool mSupportInternalJpeg = false; variable