Searched refs:isStreamInfoValid (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/services/camera/libcameraservice/utils/ |
D | SessionConfigurationUtils.cpp | 432 OutputStreamInfo& streamInfo, bool isStreamInfoValid, in createSurfaceFromGbp() argument 595 if (!isStreamInfoValid) { in createSurfaceFromGbp() 834 bool isStreamInfoValid = false; in convertToHALStreamCombination() local 903 isStreamInfoValid = true; in convertToHALStreamCombination() 912 res = createSurfaceFromGbp(streamInfo, isStreamInfoValid, surface, bufferProducer, in convertToHALStreamCombination() 920 if (!isStreamInfoValid) { in convertToHALStreamCombination() 927 isStreamInfoValid = true; in convertToHALStreamCombination()
|
D | SessionConfigurationUtils.h | 110 camera3::OutputStreamInfo& streamInfo, bool isStreamInfoValid,
|
/frameworks/av/services/camera/libcameraservice/api2/ |
D | CameraDeviceClient.cpp | 940 bool isStreamInfoValid = false; in createStream() local 957 isStreamInfoValid, surface, bufferProducer, mCameraIdStr, in createStream() 964 if (!isStreamInfoValid) { in createStream() 965 isStreamInfoValid = true; in createStream()
|