Searched refs:IsRawDeliverySupported (Results 1 – 4 of 4) sorted by relevance
377 int32_t IsRawDeliverySupported();
305 static napi_value IsRawDeliverySupported(napi_env env, napi_callback_info info);
772 int32_t PhotoOutput::IsRawDeliverySupported() in IsRawDeliverySupported() function in OHOS::CameraStandard::PhotoOutput
1812 DECLARE_NAPI_FUNCTION("isRawDeliverySupported", IsRawDeliverySupported), in Init()2580 napi_value PhotoOutputNapi::IsRawDeliverySupported(napi_env env, napi_callback_info info) in IsRawDeliverySupported() function in OHOS::CameraStandard::PhotoOutputNapi2599 int32_t retCode = photoOutputNapi->photoOutput_->IsRawDeliverySupported(); in IsRawDeliverySupported()