Home
last modified time | relevance | path

Searched refs:mSupportInternalJpeg (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api2/
DJpegRCompositeStream.cpp94 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()
DJpegRCompositeStream.h119 bool mSupportInternalJpeg = false; variable