Searched refs:compositeOutput (Results 1 – 4 of 4) sorted by relevance
778 const CameraMetadata& ch, std::vector<OutputStreamInfo>* compositeOutput /*out*/) { in getCompositeStreamInfo() argument779 if (compositeOutput == nullptr) { in getCompositeStreamInfo()798 compositeOutput->clear(); in getCompositeStreamInfo()799 compositeOutput->insert(compositeOutput->end(), 2, streamInfo); in getCompositeStreamInfo()802 (*compositeOutput)[0].dataSpace = kJpegDataSpace; in getCompositeStreamInfo()803 (*compositeOutput)[0].consumerUsage = GRALLOC_USAGE_SW_READ_OFTEN; in getCompositeStreamInfo()806 (*compositeOutput)[1].width = depthWidth; in getCompositeStreamInfo()807 (*compositeOutput)[1].height = depthHeight; in getCompositeStreamInfo()808 (*compositeOutput)[1].format = kDepthMapPixelFormat; in getCompositeStreamInfo()809 (*compositeOutput)[1].dataSpace = kDepthMapDataSpace; in getCompositeStreamInfo()[all …]
329 const CameraMetadata& ch, std::vector<OutputStreamInfo>* compositeOutput /*out*/) { in getCompositeStreamInfo() argument330 if (compositeOutput == nullptr) { in getCompositeStreamInfo()334 compositeOutput->clear(); in getCompositeStreamInfo()344 compositeOutput->insert(compositeOutput->end(), 2, streamInfo); in getCompositeStreamInfo()347 (*compositeOutput)[0].width = calcAppSegmentMaxSize(ch); in getCompositeStreamInfo()348 (*compositeOutput)[0].height = 1; in getCompositeStreamInfo()349 (*compositeOutput)[0].format = HAL_PIXEL_FORMAT_BLOB; in getCompositeStreamInfo()350 (*compositeOutput)[0].dataSpace = kAppSegmentDataSpace; in getCompositeStreamInfo()351 (*compositeOutput)[0].consumerUsage = GRALLOC_USAGE_SW_READ_OFTEN; in getCompositeStreamInfo()354 (*compositeOutput)[1].width = streamInfo.width; in getCompositeStreamInfo()[all …]
67 const CameraMetadata& ch, std::vector<OutputStreamInfo>* compositeOutput /*out*/);
74 const CameraMetadata& ch, std::vector<OutputStreamInfo>* compositeOutput /*out*/);