Home
last modified time | relevance | path

Searched refs:EnableRawDelivery (Results 1 - 13 of 13) sorted by relevance

/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/
H A Distream_capture.h40 virtual int32_t EnableRawDelivery(bool enabled) = 0;
/foundation/multimedia/camera_framework/services/camera_service/binder/client/include/
H A Dhstream_capture_proxy.h42 int32_t EnableRawDelivery(bool enabled) override;
/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/
H A Dhstream_capture_stub.cpp110 int32_t ret = EnableRawDelivery(enabled); in HandleEnableRawDelivery()
/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/
H A Dhstream_capture_proxy.cpp141 int32_t HStreamCaptureProxy::EnableRawDelivery(bool enabled) in EnableRawDelivery() function in OHOS::CameraStandard::HStreamCaptureProxy
153 MEDIA_ERR_LOG("HStreamCaptureProxy EnableRawDelivery failed, error: %{public}d", error); in EnableRawDelivery()
/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhstream_capture.h46 int32_t EnableRawDelivery(bool enabled) override;
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dphoto_output.h295 int32_t EnableRawDelivery(bool enabled);
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dphoto_output.cpp491 int32_t PhotoOutput::EnableRawDelivery(bool enabled) in EnableRawDelivery() function in OHOS::CameraStandard::PhotoOutput
494 MEDIA_DEBUG_LOG("enter into EnableRawDelivery"); in EnableRawDelivery()
497 "PhotoOutput EnableRawDelivery error!, session is nullptr"); in EnableRawDelivery()
500 "PhotoOutput::EnableRawDelivery Failed to GetStream"); in EnableRawDelivery()
507 "PhotoOutput::EnableRawDelivery Failed to SetBufferProducerInfo"); in EnableRawDelivery()
509 if (session->EnableRawDelivery(enabled) == CameraErrorCode::SUCCESS) { in EnableRawDelivery()
510 ret = streamCapturePtr->EnableRawDelivery(enabled); in EnableRawDelivery()
512 "PhotoOutput::EnableRawDelivery session EnableRawDelivery Failed"); in EnableRawDelivery()
/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/output/
H A Dphoto_output_napi.h299 static napi_value EnableRawDelivery(napi_env env, napi_callback_info info);
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhstream_capture.cpp171 int32_t HStreamCapture::EnableRawDelivery(bool enabled) in EnableRawDelivery() function in OHOS::CameraStandard::HStreamCapture
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Dphoto_output_napi.cpp1565 DECLARE_NAPI_FUNCTION("enableRawDelivery", EnableRawDelivery), in Init()
2357 napi_value PhotoOutputNapi::EnableRawDelivery(napi_env env, napi_callback_info info) in EnableRawDelivery() function in OHOS::CameraStandard::PhotoOutputNapi
2360 MEDIA_ERR_LOG("SystemApi EnableRawDelivery is called!"); in EnableRawDelivery()
2381 int32_t retCode = photoOutputNapi->photoOutput_->EnableRawDelivery(rawDeliverySwitch); in EnableRawDelivery()
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dcapture_session.h1682 int32_t EnableRawDelivery(bool enabled);
/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dcapture_session.cpp294 int32_t CaptureSession::EnableRawDelivery(bool enabled) in EnableRawDelivery() function in OHOS::CameraStandard::CaptureSession
297 MEDIA_INFO_LOG("Enter EnableRawDelivery, isEnable:%{public}d", enabled); in EnableRawDelivery()
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp13102 * Function: Test EnableRawDelivery Methodology
13106 * CaseDescription: Test EnableRawDelivery Methodology
13132 intResult = ((sptr<PhotoOutput>&)photoOutput)->EnableRawDelivery(enable); in HWTEST_F()

Completed in 38 milliseconds