Lines Matching refs:compositeOutput
296 const CameraMetadata& ch, std::vector<OutputStreamInfo>* compositeOutput /*out*/) { in getCompositeStreamInfo() argument
297 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()
322 (*compositeOutput)[1].height = streamInfo.height; in getCompositeStreamInfo()
323 (*compositeOutput)[1].format = useGrid ? HAL_PIXEL_FORMAT_YCbCr_420_888 : in getCompositeStreamInfo()
325 (*compositeOutput)[1].dataSpace = kHeifDataSpace; in getCompositeStreamInfo()
326 (*compositeOutput)[1].consumerUsage = useHeic ? GRALLOC_USAGE_HW_IMAGE_ENCODER : in getCompositeStreamInfo()