Home
last modified time | relevance | path

Searched refs:DeferImageDeliveryFor (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/
H A Distream_capture.h44 virtual int32_t DeferImageDeliveryFor(int32_t type) = 0;
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/client/include/
H A Dhstream_capture_proxy.h46 int32_t DeferImageDeliveryFor(int32_t type) override;
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/photooutput_fuzzer/
H A Dphoto_output_fuzzer.cpp112 output->DeferImageDeliveryFor(static_cast<DeferredDeliveryImageType>(type)); in TestOutput()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/
H A Dhstream_capture_stub.cpp139 int32_t ret = DeferImageDeliveryFor(type); in HandleEnableDeferredType()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhstream_capture.h48 int32_t DeferImageDeliveryFor(int32_t type) override;
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/
H A Dhstream_capture_proxy.cpp179 int32_t HStreamCaptureProxy::DeferImageDeliveryFor(int32_t type) in DeferImageDeliveryFor() function in OHOS::CameraStandard::HStreamCaptureProxy
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dphoto_output.h383 int32_t DeferImageDeliveryFor(DeferredDeliveryImageType type);
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/output/
H A Dphoto_output_napi.h306 static napi_value DeferImageDeliveryFor(napi_env env, napi_callback_info info);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Dphoto_output_napi.cpp1148 photoOutput->DeferImageDeliveryFor(DeferredDeliveryImageType::DELIVERY_NONE); in RemoveCallback()
1818 DECLARE_NAPI_FUNCTION("deferImageDelivery", DeferImageDeliveryFor), in Init()
1819 DECLARE_NAPI_FUNCTION("deferImageDeliveryFor", DeferImageDeliveryFor), in Init()
2303 napi_value PhotoOutputNapi::DeferImageDeliveryFor(napi_env env, napi_callback_info info) in DeferImageDeliveryFor() function in OHOS::CameraStandard::PhotoOutputNapi
2322 …photoOutputNapi->photoOutput_->DeferImageDeliveryFor(static_cast<DeferredDeliveryImageType>(delive… in DeferImageDeliveryFor()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhstream_capture.cpp228 int32_t HStreamCapture::DeferImageDeliveryFor(int32_t type) in DeferImageDeliveryFor() function in OHOS::CameraStandard::HStreamCapture
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dphoto_output.cpp785 int32_t PhotoOutput::DeferImageDeliveryFor(DeferredDeliveryImageType type) in DeferImageDeliveryFor() function in OHOS::CameraStandard::PhotoOutput
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp11444 …((sptr<PhotoOutput>&)photoOutput)->DeferImageDeliveryFor(DeferredDeliveryImageType::DELIVERY_PHOTO…