Searched refs:hasDeferredConsumer (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/av/services/camera/libcameraservice/api2/ |
H A D | CompositeStream.cpp | 48 bool hasDeferredConsumer, uint32_t width, uint32_t height, int format, in createStream() argument 53 if (hasDeferredConsumer) { in createStream() 77 return createInternalStreams(consumers, hasDeferredConsumer, width, height, format, rotation, in createStream()
|
H A D | CompositeStream.h | 45 bool hasDeferredConsumer, uint32_t width, uint32_t height, int format, 58 bool hasDeferredConsumer, uint32_t width, uint32_t height, int format,
|
H A D | DepthCompositeStream.h | 52 bool hasDeferredConsumer, uint32_t width, uint32_t height, int format,
|
H A D | HeicCompositeStream.h | 47 bool hasDeferredConsumer, uint32_t width, uint32_t height, int format,
|
/aosp12/frameworks/av/services/camera/libcameraservice/common/ |
H A D | CameraDeviceBase.h | 192 bool hasDeferredConsumer, uint32_t width, uint32_t height, int format,
|
/aosp12/frameworks/av/services/camera/libcameraservice/device3/ |
H A D | Camera3Device.h | 143 bool hasDeferredConsumer, uint32_t width, uint32_t height, int format,
|
H A D | Camera3Device.cpp | 1391 bool hasDeferredConsumer, uint32_t width, uint32_t height, int format, in createStream() argument 1437 if (consumers.size() == 0 && !hasDeferredConsumer) { in createStream() 1442 if (hasDeferredConsumer && format != HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED) { in createStream() 1493 } else if (consumers.size() == 0 && hasDeferredConsumer) { in createStream()
|