Searched refs:compositeOutput (Results 1 – 6 of 6) sorted by relevance
825 std::vector<OutputStreamInfo>* compositeOutput /*out*/) { in getCompositeStreamInfo() argument826 if (compositeOutput == nullptr) { in getCompositeStreamInfo()833 compositeOutput->clear(); in getCompositeStreamInfo()834 compositeOutput->push_back({}); in getCompositeStreamInfo()835 (*compositeOutput)[0].width = streamInfo.width; in getCompositeStreamInfo()836 (*compositeOutput)[0].height = streamInfo.height; in getCompositeStreamInfo()837 (*compositeOutput)[0].format = kP010PixelFormat; in getCompositeStreamInfo()838 (*compositeOutput)[0].dataSpace = static_cast<android_dataspace_t>(dataSpace); in getCompositeStreamInfo()839 (*compositeOutput)[0].consumerUsage = GRALLOC_USAGE_SW_READ_OFTEN; in getCompositeStreamInfo()840 (*compositeOutput)[0].dynamicRangeProfile = dynamicRange; in getCompositeStreamInfo()[all …]
901 const CameraMetadata& ch, std::vector<OutputStreamInfo>* compositeOutput /*out*/) { in getCompositeStreamInfo() argument902 if (compositeOutput == nullptr) { in getCompositeStreamInfo()933 compositeOutput->clear(); in getCompositeStreamInfo()934 compositeOutput->insert(compositeOutput->end(), 2, streamInfo); in getCompositeStreamInfo()938 (*compositeOutput)[0].dataSpace = kJpegDataSpace; in getCompositeStreamInfo()939 (*compositeOutput)[0].consumerUsage = GRALLOC_USAGE_SW_READ_OFTEN; in getCompositeStreamInfo()942 (*compositeOutput)[1].width = chosenDepthWidth; in getCompositeStreamInfo()943 (*compositeOutput)[1].height = chosenDepthHeight; in getCompositeStreamInfo()944 (*compositeOutput)[1].format = kDepthMapPixelFormat; in getCompositeStreamInfo()945 (*compositeOutput)[1].dataSpace = kDepthMapDataSpace; in getCompositeStreamInfo()[all …]
354 const CameraMetadata& ch, std::vector<OutputStreamInfo>* compositeOutput /*out*/) { in getCompositeStreamInfo() argument355 if (compositeOutput == nullptr) { in getCompositeStreamInfo()359 compositeOutput->clear(); in getCompositeStreamInfo()369 compositeOutput->insert(compositeOutput->end(), 2, streamInfo); in getCompositeStreamInfo()372 (*compositeOutput)[0].width = calcAppSegmentMaxSize(ch); in getCompositeStreamInfo()373 (*compositeOutput)[0].height = 1; in getCompositeStreamInfo()374 (*compositeOutput)[0].format = HAL_PIXEL_FORMAT_BLOB; in getCompositeStreamInfo()375 (*compositeOutput)[0].dataSpace = kAppSegmentDataSpace; in getCompositeStreamInfo()376 (*compositeOutput)[0].consumerUsage = GRALLOC_USAGE_SW_READ_OFTEN; in getCompositeStreamInfo()379 (*compositeOutput)[1].width = streamInfo.width; in getCompositeStreamInfo()[all …]
68 const CameraMetadata& ch, std::vector<OutputStreamInfo>* compositeOutput /*out*/);
71 const CameraMetadata& ch, std::vector<OutputStreamInfo>* compositeOutput /*out*/);
77 const CameraMetadata& ch, std::vector<OutputStreamInfo>* compositeOutput /*out*/);