Home
last modified time | relevance | path

Searched refs:compositeOutput (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api2/
DDepthCompositeStream.cpp791 const CameraMetadata& ch, std::vector<OutputStreamInfo>* compositeOutput /*out*/) { in getCompositeStreamInfo() argument
792 if (compositeOutput == nullptr) { in getCompositeStreamInfo()
811 compositeOutput->clear(); in getCompositeStreamInfo()
812 compositeOutput->insert(compositeOutput->end(), 2, streamInfo); in getCompositeStreamInfo()
815 (*compositeOutput)[0].dataSpace = kJpegDataSpace; in getCompositeStreamInfo()
816 (*compositeOutput)[0].consumerUsage = GRALLOC_USAGE_SW_READ_OFTEN; in getCompositeStreamInfo()
819 (*compositeOutput)[1].width = depthWidth; in getCompositeStreamInfo()
820 (*compositeOutput)[1].height = depthHeight; in getCompositeStreamInfo()
821 (*compositeOutput)[1].format = kDepthMapPixelFormat; in getCompositeStreamInfo()
822 (*compositeOutput)[1].dataSpace = kDepthMapDataSpace; in getCompositeStreamInfo()
[all …]
DHeicCompositeStream.cpp298 const CameraMetadata& ch, std::vector<OutputStreamInfo>* compositeOutput /*out*/) { in getCompositeStreamInfo() argument
299 if (compositeOutput == nullptr) { in getCompositeStreamInfo()
303 compositeOutput->clear(); in getCompositeStreamInfo()
313 compositeOutput->insert(compositeOutput->end(), 2, streamInfo); in getCompositeStreamInfo()
316 (*compositeOutput)[0].width = calcAppSegmentMaxSize(ch); in getCompositeStreamInfo()
317 (*compositeOutput)[0].height = 1; in getCompositeStreamInfo()
318 (*compositeOutput)[0].format = HAL_PIXEL_FORMAT_BLOB; in getCompositeStreamInfo()
319 (*compositeOutput)[0].dataSpace = kAppSegmentDataSpace; in getCompositeStreamInfo()
320 (*compositeOutput)[0].consumerUsage = GRALLOC_USAGE_SW_READ_OFTEN; in getCompositeStreamInfo()
323 (*compositeOutput)[1].width = streamInfo.width; in getCompositeStreamInfo()
[all …]
DDepthCompositeStream.h66 const CameraMetadata& ch, std::vector<OutputStreamInfo>* compositeOutput /*out*/);
DHeicCompositeStream.h72 const CameraMetadata& ch, std::vector<OutputStreamInfo>* compositeOutput /*out*/);