Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api2/
DDepthCompositeStream.cpp869 const CameraMetadata& ch, std::vector<OutputStreamInfo>* compositeOutput /*out*/) { in getCompositeStreamInfo() argument
870 if (compositeOutput == nullptr) { in getCompositeStreamInfo()
901 compositeOutput->clear(); in getCompositeStreamInfo()
902 compositeOutput->insert(compositeOutput->end(), 2, streamInfo); in getCompositeStreamInfo()
906 (*compositeOutput)[0].dataSpace = kJpegDataSpace; in getCompositeStreamInfo()
907 (*compositeOutput)[0].consumerUsage = GRALLOC_USAGE_SW_READ_OFTEN; in getCompositeStreamInfo()
910 (*compositeOutput)[1].width = chosenDepthWidth; in getCompositeStreamInfo()
911 (*compositeOutput)[1].height = chosenDepthHeight; in getCompositeStreamInfo()
912 (*compositeOutput)[1].format = kDepthMapPixelFormat; in getCompositeStreamInfo()
913 (*compositeOutput)[1].dataSpace = kDepthMapDataSpace; in getCompositeStreamInfo()
[all …]
DHeicCompositeStream.cpp333 const CameraMetadata& ch, std::vector<OutputStreamInfo>* compositeOutput /*out*/) { in getCompositeStreamInfo() argument
334 if (compositeOutput == nullptr) { in getCompositeStreamInfo()
338 compositeOutput->clear(); in getCompositeStreamInfo()
348 compositeOutput->insert(compositeOutput->end(), 2, streamInfo); in getCompositeStreamInfo()
351 (*compositeOutput)[0].width = calcAppSegmentMaxSize(ch); in getCompositeStreamInfo()
352 (*compositeOutput)[0].height = 1; in getCompositeStreamInfo()
353 (*compositeOutput)[0].format = HAL_PIXEL_FORMAT_BLOB; in getCompositeStreamInfo()
354 (*compositeOutput)[0].dataSpace = kAppSegmentDataSpace; in getCompositeStreamInfo()
355 (*compositeOutput)[0].consumerUsage = GRALLOC_USAGE_SW_READ_OFTEN; in getCompositeStreamInfo()
358 (*compositeOutput)[1].width = streamInfo.width; in getCompositeStreamInfo()
[all …]
DDepthCompositeStream.h69 const CameraMetadata& ch, std::vector<OutputStreamInfo>* compositeOutput /*out*/);
DHeicCompositeStream.h76 const CameraMetadata& ch, std::vector<OutputStreamInfo>* compositeOutput /*out*/);