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
53 if (hasDeferredConsumer) { in createStream()
77 return createInternalStreams(consumers, hasDeferredConsumer, width, height, format, rotation, in createStream()
DCompositeStream.h45 bool hasDeferredConsumer, uint32_t width, uint32_t height, int format,
58 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.h181 bool hasDeferredConsumer, uint32_t width, uint32_t height, int format,
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.h143 bool hasDeferredConsumer, uint32_t width, uint32_t height, int format,
DCamera3Device.cpp1389 bool hasDeferredConsumer, uint32_t width, uint32_t height, int format, in createStream() argument
1435 if (consumers.size() == 0 && !hasDeferredConsumer) { in createStream()
1440 if (hasDeferredConsumer && format != HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED) { in createStream()
1490 } else if (consumers.size() == 0 && hasDeferredConsumer) { in createStream()