Home
last modified time | relevance | path

Searched defs:CreateVideoOutput (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Dvideo_output_napi.cpp410 napi_value VideoOutputNapi::CreateVideoOutput(napi_env env, VideoProfile &profile, std::string surf… in CreateVideoOutput() function in OHOS::CameraStandard::VideoOutputNapi
450 napi_value VideoOutputNapi::CreateVideoOutput(napi_env env, std::string surfaceId) in CreateVideoOutput() function in OHOS::CameraStandard::VideoOutputNapi
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/cpp/
H A Dcamera_manager.cpp437 Camera_ErrorCode NDKCamera::CreateVideoOutput(char* videoId) in CreateVideoOutput() function in OHOS_NDK_CAMERA::NDKCamera
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_manager.cpp771 sptr<VideoOutput> CameraManager::CreateVideoOutput(sptr<Surface> &surface) in CreateVideoOutput() function in OHOS::CameraStandard::CameraManager
778 sptr<VideoOutput> CameraManager::CreateVideoOutput(VideoProfile &profile, sptr<Surface> &surface) in CreateVideoOutput() function in OHOS::CameraStandard::CameraManager
823 int CameraManager::CreateVideoOutput(VideoProfile &profile, sptr<Surface> &surface, sptr<VideoOutpu… in CreateVideoOutput() function in OHOS::CameraStandard::CameraManager
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dcamera_manager_impl.cpp643 Camera_ErrorCode Camera_Manager::CreateVideoOutput(const Camera_VideoProfile* profile, in CreateVideoOutput() function in Camera_Manager
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/
H A Dhcamera_service_proxy.cpp491 int32_t HCameraServiceProxy::CreateVideoOutput(const sptr<OHOS::IBufferProducer> &producer, int32_t… in CreateVideoOutput() function in OHOS::CameraStandard::HCameraServiceProxy
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcamera_service.cpp632 int32_t HCameraService::CreateVideoOutput(const sptr<OHOS::IBufferProducer>& producer, int32_t form… in CreateVideoOutput() function in OHOS::CameraStandard::HCameraService
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp556 sptr<CaptureOutput> CameraFrameworkModuleTest::CreateVideoOutput(int32_t width, int32_t height) in CreateVideoOutput() function in OHOS::CameraStandard::CameraFrameworkModuleTest
574 sptr<CaptureOutput> CameraFrameworkModuleTest::CreateVideoOutput(VideoProfile& videoProfile) in CreateVideoOutput() function in OHOS::CameraStandard::CameraFrameworkModuleTest
591 sptr<CaptureOutput> CameraFrameworkModuleTest::CreateVideoOutput() in CreateVideoOutput() function in OHOS::CameraStandard::CameraFrameworkModuleTest
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_ndk_unittest.cpp111 Camera_VideoOutput* CameraNdkUnitTest::CreateVideoOutput(int32_t width, int32_t height) in CreateVideoOutput() function in OHOS::CameraStandard::CameraNdkUnitTest
H A Dcamera_framework_unittest.cpp750 sptr<CaptureOutput> CameraFrameworkUnitTest::CreateVideoOutput(int32_t width, int32_t height) in CreateVideoOutput() function in OHOS::CameraStandard::CameraFrameworkUnitTest