Lines Matching refs:compositeOutput
778 const CameraMetadata& ch, std::vector<OutputStreamInfo>* compositeOutput /*out*/) { in getCompositeStreamInfo() argument
779 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()
810 (*compositeOutput)[1].consumerUsage = GRALLOC_USAGE_SW_READ_OFTEN; in getCompositeStreamInfo()