Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.cpp675 bool isStreamInfoValid = false; in isSessionConfigurationSupported() local
700 isStreamInfoValid = true; in isSessionConfigurationSupported()
709 res = createSurfaceFromGbp(streamInfo, isStreamInfoValid, surface, bufferProducer, in isSessionConfigurationSupported()
715 if (!isStreamInfoValid) { in isSessionConfigurationSupported()
759 isStreamInfoValid = true; in isSessionConfigurationSupported()
927 bool isStreamInfoValid = false; in createStream() local
940 res = createSurfaceFromGbp(streamInfo, isStreamInfoValid, surface, bufferProducer, in createStream()
946 if (!isStreamInfoValid) { in createStream()
947 isStreamInfoValid = true; in createStream()
1323 OutputStreamInfo& streamInfo, bool isStreamInfoValid, in createSurfaceFromGbp() argument
[all …]
DCameraDeviceClient.h276 binder::Status createSurfaceFromGbp(OutputStreamInfo& streamInfo, bool isStreamInfoValid,