Searched refs:isStreamInfoValid (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/services/camera/libcameraservice/utils/ |
D | SessionConfigurationUtils.cpp | 291 OutputStreamInfo& streamInfo, bool isStreamInfoValid, in createSurfaceFromGbp() argument 393 if (!isStreamInfoValid) { in createSurfaceFromGbp() 611 bool isStreamInfoValid = false; in convertToHALStreamCombination() local 646 isStreamInfoValid = true; in convertToHALStreamCombination() 655 res = createSurfaceFromGbp(streamInfo, isStreamInfoValid, surface, bufferProducer, in convertToHALStreamCombination() 661 if (!isStreamInfoValid) { in convertToHALStreamCombination() 707 isStreamInfoValid = true; in convertToHALStreamCombination()
|
D | SessionConfigurationUtils.h | 97 camera3::OutputStreamInfo& streamInfo, bool isStreamInfoValid,
|
/frameworks/av/services/camera/libcameraservice/api2/ |
D | CameraDeviceClient.cpp | 823 bool isStreamInfoValid = false; in createStream() local 839 isStreamInfoValid, surface, bufferProducer, mCameraIdStr, in createStream() 845 if (!isStreamInfoValid) { in createStream() 846 isStreamInfoValid = true; in createStream()
|