Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api2/
DDepthCompositeStream.cpp784 const CameraMetadata& ch, std::vector<OutputStreamInfo>* compositeOutput /*out*/) { in getCompositeStreamInfo() argument
785 if (compositeOutput == nullptr) { in getCompositeStreamInfo()
804 compositeOutput->clear(); in getCompositeStreamInfo()
805 compositeOutput->insert(compositeOutput->end(), 2, streamInfo); in getCompositeStreamInfo()
808 (*compositeOutput)[0].dataSpace = kJpegDataSpace; in getCompositeStreamInfo()
809 (*compositeOutput)[0].consumerUsage = GRALLOC_USAGE_SW_READ_OFTEN; in getCompositeStreamInfo()
812 (*compositeOutput)[1].width = depthWidth; in getCompositeStreamInfo()
813 (*compositeOutput)[1].height = depthHeight; in getCompositeStreamInfo()
814 (*compositeOutput)[1].format = kDepthMapPixelFormat; in getCompositeStreamInfo()
815 (*compositeOutput)[1].dataSpace = kDepthMapDataSpace; in getCompositeStreamInfo()
[all …]
DHeicCompositeStream.cpp296 const CameraMetadata& ch, std::vector<OutputStreamInfo>* compositeOutput /*out*/) { in getCompositeStreamInfo() argument
297 if (compositeOutput == nullptr) { in getCompositeStreamInfo()
301 compositeOutput->clear(); in getCompositeStreamInfo()
311 compositeOutput->insert(compositeOutput->end(), 2, streamInfo); in getCompositeStreamInfo()
314 (*compositeOutput)[0].width = calcAppSegmentMaxSize(ch); in getCompositeStreamInfo()
315 (*compositeOutput)[0].height = 1; in getCompositeStreamInfo()
316 (*compositeOutput)[0].format = HAL_PIXEL_FORMAT_BLOB; in getCompositeStreamInfo()
317 (*compositeOutput)[0].dataSpace = kAppSegmentDataSpace; in getCompositeStreamInfo()
318 (*compositeOutput)[0].consumerUsage = GRALLOC_USAGE_SW_READ_OFTEN; in getCompositeStreamInfo()
321 (*compositeOutput)[1].width = streamInfo.width; in getCompositeStreamInfo()
[all …]
DDepthCompositeStream.h66 const CameraMetadata& ch, std::vector<OutputStreamInfo>* compositeOutput /*out*/);
DHeicCompositeStream.h71 const CameraMetadata& ch, std::vector<OutputStreamInfo>* compositeOutput /*out*/);