Searched refs:isStreamInfoValid (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/camera/libcameraservice/api2/ |
D | CameraDeviceClient.cpp | 675 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 …]
|
D | CameraDeviceClient.h | 276 binder::Status createSurfaceFromGbp(OutputStreamInfo& streamInfo, bool isStreamInfoValid,
|