Home
last modified time | relevance | path

Searched refs:hasDeferredConsumer (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/av/services/camera/libcameraservice/api2/
H A DCompositeStream.cpp48 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 DCompositeStream.h45 bool hasDeferredConsumer, uint32_t width, uint32_t height, int format,
58 bool hasDeferredConsumer, uint32_t width, uint32_t height, int format,
H A DDepthCompositeStream.h52 bool hasDeferredConsumer, uint32_t width, uint32_t height, int format,
H A DHeicCompositeStream.h47 bool hasDeferredConsumer, uint32_t width, uint32_t height, int format,
/aosp12/frameworks/av/services/camera/libcameraservice/common/
H A DCameraDeviceBase.h192 bool hasDeferredConsumer, uint32_t width, uint32_t height, int format,
/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.h143 bool hasDeferredConsumer, uint32_t width, uint32_t height, int format,
H A DCamera3Device.cpp1391 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()