Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api2/
DCompositeStream.cpp48 bool hasDeferredConsumer, uint32_t width, uint32_t height, int format, in createStream() argument
51 if (hasDeferredConsumer) { in createStream()
69 … return createInternalStreams(consumers, hasDeferredConsumer, width, height, format, rotation, id, in createStream()
DCompositeStream.h45 bool hasDeferredConsumer, uint32_t width, uint32_t height, int format,
53 bool hasDeferredConsumer, uint32_t width, uint32_t height, int format,
DDepthCompositeStream.h52 bool hasDeferredConsumer, uint32_t width, uint32_t height, int format,
DHeicCompositeStream.h47 bool hasDeferredConsumer, uint32_t width, uint32_t height, int format,
/frameworks/av/services/camera/libcameraservice/common/
DCameraDeviceBase.h150 bool hasDeferredConsumer, uint32_t width, uint32_t height, int format,
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.h120 bool hasDeferredConsumer, uint32_t width, uint32_t height, int format,
DCamera3Device.cpp1739 bool hasDeferredConsumer, uint32_t width, uint32_t height, int format, in createStream() argument
1784 if (consumers.size() == 0 && !hasDeferredConsumer) { in createStream()
1789 if (hasDeferredConsumer && format != HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED) { in createStream()
1828 } else if (consumers.size() == 0 && hasDeferredConsumer) { in createStream()