/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/ |
H A D | istream_capture.h | 44 virtual int32_t DeferImageDeliveryFor(int32_t type) = 0;
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/client/include/ |
H A D | hstream_capture_proxy.h | 46 int32_t DeferImageDeliveryFor(int32_t type) override;
|
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/photooutput_fuzzer/ |
H A D | photo_output_fuzzer.cpp | 112 output->DeferImageDeliveryFor(static_cast<DeferredDeliveryImageType>(type)); in TestOutput()
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/ |
H A D | hstream_capture_stub.cpp | 139 int32_t ret = DeferImageDeliveryFor(type); in HandleEnableDeferredType()
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/ |
H A D | hstream_capture.h | 48 int32_t DeferImageDeliveryFor(int32_t type) override;
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/ |
H A D | hstream_capture_proxy.cpp | 179 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 D | photo_output.h | 383 int32_t DeferImageDeliveryFor(DeferredDeliveryImageType type);
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/output/ |
H A D | photo_output_napi.h | 306 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 D | photo_output_napi.cpp | 1148 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 D | hstream_capture.cpp | 228 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 D | photo_output.cpp | 785 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 D | camera_framework_moduletest.cpp | 11444 …((sptr<PhotoOutput>&)photoOutput)->DeferImageDeliveryFor(DeferredDeliveryImageType::DELIVERY_PHOTO…
|