Searched refs:OutputCapStreamType (Results 1 – 3 of 3) sorted by relevance
91 typedef enum OutputCapStreamType { enum99 } OutputCapStreamType; typedef756 …void CreateProfile4StreamType(ProfilesWrapper& profilesWrapper, OutputCapStreamType streamType, ui…765 void CreateDepthProfile4StreamType(OutputCapStreamType streamType, uint32_t modeIndex,767 void CreateProfile4StreamType(OutputCapStreamType streamType, uint32_t modeIndex,
1545 OutputCapStreamType streamType = in ParseExtendCapability()1558 OutputCapStreamType streamType = in ParseExtendCapability()1576 OutputCapStreamType streamType = in ParseDepthCapability()1612 OutputCapStreamType::DEPTH); in CreateDepthProfile4StreamType()1653 OutputCapStreamType streamType = static_cast<OutputCapStreamType>(streamInfo.streamType); in CreateProfileLevel4StreamType()1664 if (streamType == OutputCapStreamType::PREVIEW) { in CreateProfileLevel4StreamType()1668 } else if (streamType == OutputCapStreamType::STILL_CAPTURE) { in CreateProfileLevel4StreamType()1672 } else if (streamType == OutputCapStreamType::VIDEO_STREAM) { in CreateProfileLevel4StreamType()1856 if (streamType == OutputCapStreamType::PREVIEW) { in CreateProfile4StreamType()1860 } else if (streamType == OutputCapStreamType::STILL_CAPTURE) { in CreateProfile4StreamType()[all …]
3958 … if (colorSpaceInfo.modeInfo[i].streamInfo[j].streamType == OutputCapStreamType::STILL_CAPTURE) { in ProcessCaptureColorSpace()