Home
last modified time | relevance | path

Searched refs:ValidCreateOutputStream (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/input/
H A Dcamera_manager.h782 int32_t ValidCreateOutputStream(Profile& profile, const sptr<OHOS::IBufferProducer>& producer);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_manager.cpp604 auto validResult = ValidCreateOutputStream(profile, producer); in CreatePreviewOutputStream()
622 auto validResult = ValidCreateOutputStream(profile, producer); in CreatePhotoOutputStream()
639 int32_t CameraManager::ValidCreateOutputStream(Profile& profile, const sptr<OHOS::IBufferProducer>&… in ValidCreateOutputStream() function in OHOS::CameraStandard::CameraManager
791 auto validResult = ValidCreateOutputStream(profile, producer); in CreateVideoOutputStream()