Home
last modified time | relevance | path

Searched refs:checkSurfaceType (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/services/camera/libcameraservice/utils/
H A DSessionConfigurationUtils.h112 static binder::Status checkSurfaceType(size_t numBufferProducers,
H A DSessionConfigurationUtils.cpp484 binder::Status SessionConfigurationUtils::checkSurfaceType(size_t numBufferProducers, in checkSurfaceType() function in android::camera3::SessionConfigurationUtils
615 res = checkSurfaceType(numBufferProducers, deferredConsumer, it.getSurfaceType()); in convertToHALStreamCombination()
/aosp12/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.cpp805 res = SessionConfigurationUtils::checkSurfaceType(numBufferProducers, deferredConsumer, in createStream()