Searched refs:compositeOutput (Results 1 – 4 of 4) sorted by relevance
784 const CameraMetadata& ch, std::vector<OutputStreamInfo>* compositeOutput /*out*/) { in getCompositeStreamInfo() argument785 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 …]
296 const CameraMetadata& ch, std::vector<OutputStreamInfo>* compositeOutput /*out*/) { in getCompositeStreamInfo() argument297 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 …]
66 const CameraMetadata& ch, std::vector<OutputStreamInfo>* compositeOutput /*out*/);
71 const CameraMetadata& ch, std::vector<OutputStreamInfo>* compositeOutput /*out*/);