Lines Matching refs:compositeOutput
869 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()
914 (*compositeOutput)[1].consumerUsage = GRALLOC_USAGE_SW_READ_OFTEN; in getCompositeStreamInfo()