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