Home
last modified time | relevance | path

Searched refs:OutputCapStreamType (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/input/
H A Dcamera_manager.h91 typedef enum OutputCapStreamType { enum
99 } OutputCapStreamType; typedef
756 …void CreateProfile4StreamType(ProfilesWrapper& profilesWrapper, OutputCapStreamType streamType, ui…
765 void CreateDepthProfile4StreamType(OutputCapStreamType streamType, uint32_t modeIndex,
767 void CreateProfile4StreamType(OutputCapStreamType streamType, uint32_t modeIndex,
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_manager.cpp1545 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 …]
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dcapture_session.cpp3958 … if (colorSpaceInfo.modeInfo[i].streamInfo[j].streamType == OutputCapStreamType::STILL_CAPTURE) { in ProcessCaptureColorSpace()