/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_render_service_visitor.cpp | 258 canvas_ = std::make_shared<RSPaintFilterCanvas>(drawingCanvas_.get()); in CreateCanvas()
|
H A D | rs_processor.cpp | 133 auto displayParams = static_cast<RSDisplayRenderParams*>(params.get()); in InitForRenderThread()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_render_spring_animation.cpp | 170 ROSEN_LOGE("RSRenderSpringAnimation::OnAnimate, failed to get current animation value"); in OnAnimate() 219 if (!InheritSpringStatus(prevSpringAnimation.get())) { in InheritSpringAnimation()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_recording_canvas.cpp | 189 Drawing::RecordingCanvas::DrawImageNine(image.get(), center, dst, filter, brush); in DrawImageNineWithPixelMap()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_matrix.cpp | 236 return skMatrix_.get(index); in Get()
|
H A D | skia_image_filter.cpp | 167 writer.writeFlattenable(filter_.get()); in Serialize()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_foreground_effect_filter.cpp | 192 std::shared_ptr<Drawing::Surface> surface = Drawing::Surface::MakeRenderTarget(canvas.GetGPUContext().get(), in ApplyForegroundEffect()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_extended_modifier.cpp | 117 std::shared_ptr<Drawing::Surface> drawingSurface = Drawing::Surface::MakeFromBackendTexture(gpuContext.get(), in CreateSurface()
|
/foundation/multimedia/media_foundation/test/scenetest/helper/ |
H A D | std_player.cpp | 105 std::static_pointer_cast<PlayerCallbackImpl>(gCallback)->SetPlayer(player.get()); in Create()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | image_creator_test.cpp | 249 ASSERT_NE(pixelMap.get(), nullptr);
in HWTEST_F()
|
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/mode/ |
H A D | mode_manager_napi.cpp | 70 status = napi_wrap(env, thisVar, reinterpret_cast<void*>(obj.get()), in ModeManagerNapiConstructor() 241 MEDIA_ERR_LOG("Failed to get modeObjList!, errorCode : %{public}d", status); in GetSupportedModes()
|
H A D | light_painting_session_napi.cpp | 134 status = napi_wrap(env, thisVar, reinterpret_cast<void*>(obj.get()),
in LightPaintingSessionNapiConstructor() 160 MEDIA_ERR_LOG("GetSupportedLightPaintings get native object fail");
in GetSupportedLightPaintings() 161 CameraNapiUtils::ThrowError(env, INVALID_ARGUMENT, "get native object fail");
in GetSupportedLightPaintings() 195 MEDIA_ERR_LOG("GetSupportedLightPaintings get native object fail");
in GetLightPainting() 196 CameraNapiUtils::ThrowError(env, INVALID_ARGUMENT, "get native object fail");
in GetLightPainting() 206 MEDIA_ERR_LOG("Failed to get GetLightPainting!, errorCode : %{public}d", status);
in GetLightPainting() 228 MEDIA_ERR_LOG("SetLightPainting get native object fail");
in SetLightPainting() 229 CameraNapiUtils::ThrowError(env, INVALID_ARGUMENT, "get native object fail");
in SetLightPainting() 259 MEDIA_ERR_LOG("TriggerLighting get native object fail");
in TriggerLighting() 260 CameraNapiUtils::ThrowError(env, INVALID_ARGUMENT, "get nativ in TriggerLighting() [all...] |
H A D | night_session_napi.cpp | 222 status = napi_wrap(env, thisVar, reinterpret_cast<void*>(obj.get()),
in NightSessionNapiConstructor()
|
H A D | portrait_session_napi.cpp | 128 status = napi_wrap(env, thisVar, reinterpret_cast<void*>(obj.get()),
in PortraitSessionNapiConstructor()
|
/foundation/multimedia/av_session/frameworks/common/src/ |
H A D | avplayback_state.cpp | 41 parcel.WriteParcelable(extras_.get()); in Marshalling()
|
/foundation/multimedia/av_session/frameworks/native/session/test/fuzztest/avsessioncallbackstub_fuzzer/ |
H A D | avsession_callbackclient_fuzzer.cpp | 247 aVSessionCallbackClient.OnMediaKeyEvent(*(keyEvent.get())); in FuzzTestInner2()
|
/foundation/multimedia/av_session/frameworks/native/session/test/fuzztest/avsessionserviceproxy_fuzzer/ |
H A D | avsessionserviceproxy_fuzzer.cpp | 92 MMI::KeyEvent keyEvent = *(keyEventHandle.get()); in FuzzDoProxyTaskTwo() 148 SLOGE("failed to get sa mgr"); in FuzzSendRequest() 153 SLOGE("failed to get service"); in FuzzSendRequest()
|
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/input/ |
H A D | camera_napi.cpp | 51 status = napi_wrap(env, thisVar, reinterpret_cast<void*>(obj.get()), in CameraNapiConstructor()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_shooting_mode_album_test/src/ |
H A D | shooting_mode_album_test.cpp | 104 CHECK_AND_RETURN_LOG(ret == E_OK, "Failed to get count! err: %{public}d", ret); in DoCheckShootingAlbumData() 109 int32_t albumId = get<int32_t>(ResultSetUtils::GetValFromColumn(PhotoAlbumColumns::ALBUM_ID, resultSet, in DoCheckShootingAlbumData()
|
/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | cloud_enhancement_task_state_napi.cpp | 70 napi_wrap(env, thisVar, reinterpret_cast<void*>(obj.get()), CloudEnhancementTaskStateNapi::Destructor,
in Constructor() 143 CHECK_COND_RET(status == napi_ok, nullptr, "Failed to get reference of constructor, napi status: %{public}d",
in NewCloudEnhancementTaskStateNapi() 147 "Failed to get new instance of cloud enhancement task state, napi status: %{public}d",
in NewCloudEnhancementTaskStateNapi() 182 NAPI_ERR_LOG("Failed to get taskStage");
in JSGetTaskStage() 208 NAPI_ERR_LOG("Failed to get transferredFileSize");
in JSGetTransferredFileSize() 234 NAPI_ERR_LOG("Failed to get totalFileSize");
in JSGetTotalFileSize() 260 NAPI_ERR_LOG("Failed to get expectedDuration");
in JSGetExpectedDuration() 286 NAPI_ERR_LOG("Failed to get statusCode");
in JSGetStatusCode()
|
H A D | media_asset_edit_data_napi.cpp | 75 napi_wrap(env, thisVar, reinterpret_cast<void*>(obj.get()), in Constructor() 166 NAPI_ERR_LOG("Failed to get compatibleFormat"); in JSGetCompatibleFormat() 190 NAPI_ERR_LOG("Failed to get formatVersion"); in JSGetFormatVersion() 214 NAPI_ERR_LOG("Failed to get data"); in JSGetData()
|
H A D | media_scanner_napi.cpp | 89 status = napi_wrap(env, thisVar, reinterpret_cast<void *>(obj.get()), in MediaScannerNapiConstructor()
|
/foundation/multimedia/player_framework/frameworks/js/system_sound_manager/src/tone_haptics_attrs/ |
H A D | tone_haptics_attrs_napi.cpp | 80 status = napi_wrap(env, thisVar, static_cast<void*>(obj.get()), ToneHapticsAttrsNapi::Destructor, in Construct()
|
H A D | tone_haptics_settings_napi.cpp | 75 status = napi_wrap(env, jsThis, static_cast<void*>(obj.get()), ToneHapticsSettingsNapi::Destructor, in Construct()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_command.cpp | 126 // get functions 147 return absRdbPredicates_.get(); in GetAbsRdbPredicates()
|