Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api2/
DCompositeStream.cpp48 bool hasDeferredConsumer, uint32_t width, uint32_t height, int format, in createStream() argument
54 if (hasDeferredConsumer) { in createStream()
78 return createInternalStreams(consumers, hasDeferredConsumer, width, height, format, rotation, in createStream()
DCompositeStream.h45 bool hasDeferredConsumer, uint32_t width, uint32_t height, int format,
59 bool hasDeferredConsumer, uint32_t width, uint32_t height, int format,
DJpegRCompositeStream.h50 bool hasDeferredConsumer, uint32_t width, uint32_t height, int format,
DDepthCompositeStream.h53 bool hasDeferredConsumer, uint32_t width, uint32_t height, int format,
DHeicCompositeStream.h48 bool hasDeferredConsumer, uint32_t width, uint32_t height, int format,
/frameworks/av/services/camera/libcameraservice/common/
DCameraDeviceBase.h203 bool hasDeferredConsumer, uint32_t width, uint32_t height, int format,
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.h170 bool hasDeferredConsumer, uint32_t width, uint32_t height, int format,
DCamera3Device.cpp1045 bool hasDeferredConsumer, uint32_t width, uint32_t height, int format, in createStream() argument
1098 if (consumers.size() == 0 && !hasDeferredConsumer) { in createStream()
1103 if (hasDeferredConsumer && format != HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED) { in createStream()
1158 } else if (consumers.size() == 0 && hasDeferredConsumer) { in createStream()