Home
last modified time | relevance | path

Searched defs:res (Results 1026 - 1050 of 4875) sorted by relevance

1...<<41424344454647484950>>...195

/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/drawable/
H A Drs_render_autocache_test.cpp120 bool res = drawable->PreDrawableCacheState(params, isOpincDropNodeExt); in HWTEST() local
218 bool res = drawable->BeforeDrawCacheProcessChildNode(cacheStragy, params); in HWTEST() local
373 bool res = drawable->DrawAutoCache(canvas, image, samplingOption, constraint); HWTEST() local
407 std::string res = drawable->GetNodeDebugInfo(); HWTEST() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/backend/
H A Drs_surface_ohos_vulkan_test.cpp169 auto res = rsSurface.RequestNativeWindowBuffer(&nativeWindowBuffer, width, height, fenceFd, useAFBC); in HWTEST_F() local
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dfuture.cpp169 void Promise::Set(const IAny::Ptr& res) in Set() argument
/foundation/graphic/graphic_3d/lume/metaobject/src/property/
H A Dproperty.cpp38 auto res = SetInternalValue(value); in SetValue() local
/foundation/multimedia/av_codec/services/engine/codec/audio/
H A Daudio_resample.cpp82 auto res = swr_convert(swrCtx_.get(), resampleChannelAddr_.data(), resamplePara_.destSamplesPerFrame, in Convert() local
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/animat/
H A Drs_path_animat_test.cpp67 std::shared_ptr<RSInterpolator> res; in HWTEST_F() local
142 float res = rsRenderPathAnimat.GetBeginFraction(); in HWTEST_F() local
177 float res = rsRenderPathAnimat.GetEndFraction(); in HWTEST_F() local
249 bool res = rsRenderPathAnimat.Marshalling(parcel); in HWTEST_F() local
285 bool res = rsRenderPathAnimat.ParseParam(parcel); HWTEST_F() local
[all...]
H A Drs_animat_rate_decider_test.cpp169 int32_t res = rsAnimationRateDecider.ProcessVector4f(property, frameRateGetFunc); in HWTEST_F() local
193 int32_t res = rsAnimationRateDecider.CalculatePreferredRate(property, frameRateGetFunc); in HWTEST_F() local
227 int32_t res = rsAnimationRateDecider.ProcessVector2f(property, frameRateGetFunc); HWTEST_F() local
251 int32_t res = rsAnimationRateDecider.ProcessFloat(property, frameRateGetFunc); HWTEST_F() local
[all...]
H A Drs_keyframe_animat_test.cpp125 bool res = rsRenderKeyframeAnimat.Marshalling(parcel); in HWTEST_F() local
152 bool res = rsRenderKeyframeAnimat.ParseParam(parcel); in HWTEST_F() local
196 bool res = rsRenderKeyframeAnimat.ParseDurationKeyframesParam(parcel, keyframeSize); in HWTEST_F() local
H A Drs_animat_fraction_test.cpp44 float res = rsAnimationFraction.GetAnimationScale(); in HWTEST_F() local
97 int64_t res = rsAnimationFraction.GetLastFrameTime(); in HWTEST_F() local
126 bool res = rsAnimationFraction.IsStartRunning(deltaTime, startDelayNs); in HWTEST_F() local
166 int64_t res = rsAnimationFraction.GetLastFrameTime(); HWTEST_F() local
196 float res = rsAnimationFraction.GetStartFraction(); HWTEST_F() local
231 float res = rsAnimationFraction.GetEndFraction(); HWTEST_F() local
362 bool res = rsAnimationFraction.GetRepeatCallbackEnable(); HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_surface_ohos_raster.cpp63 int res = tempFence->Wait(3000); in RequestFrame() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/
H A Drs_render_node_drawable_autocache_test.cpp98 bool res = drawable->PreDrawableCacheState(params, isOpincDropNodeExt); in HWTEST() local
184 bool res = drawable->BeforeDrawCacheProcessChildNode(cacheStragy, params); in HWTEST() local
343 bool res = drawable->DrawAutoCache(canvas, image, samplingOption, constraint); HWTEST() local
407 std::string res = drawable->GetNodeDebugInfo(); HWTEST() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_proxy_node_test.cpp175 NodeId res = node->GetHierarchyCommandNodeId(); in HWTEST_F() local
H A Drs_canvas_drawing_node_test.cpp69 bool res = canvasNode->ResetSurface(width, height); in HWTEST_F() local
112 bool res = drawingNode->GetBitmap(bitmap, drawCmdList, &rect); in HWTEST_F() local
139 bool res = drawingNode->GetPixelmap(pixelmap, drawCmdList, &rect); in HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_animation_fraction_test.cpp57 float res = rsAnimationFraction.GetAnimationScale(); in HWTEST_F() local
110 int64_t res = rsAnimationFraction.GetLastFrameTime(); in HWTEST_F() local
122 int64_t res = rsAnimationFraction.GetLastFrameTime(); in HWTEST_F() local
138 bool res = rsAnimationFraction.IsStartRunning(deltaTime, startDelayNs); in HWTEST_F() local
219 float res = rsAnimationFraction.GetStartFraction(); HWTEST_F() local
231 float res = rsAnimationFraction.GetEndFraction(); HWTEST_F() local
375 bool res = rsAnimationFraction.GetRepeatCallbackEnable(); HWTEST_F() local
[all...]
H A Drs_animation_rate_decider_test.cpp171 int32_t res = rsAnimationRateDecider.CalculatePreferredRate(property, frameRateGetFunc); in HWTEST_F() local
203 int32_t res = rsAnimationRateDecider.ProcessVector4f(property, frameRateGetFunc); in HWTEST_F() local
227 int32_t res = rsAnimationRateDecider.ProcessVector2f(property, frameRateGetFunc); HWTEST_F() local
251 int32_t res = rsAnimationRateDecider.ProcessFloat(property, frameRateGetFunc); HWTEST_F() local
[all...]
H A Drs_render_path_animation_test.cpp85 std::shared_ptr<RSInterpolator> res; in HWTEST_F() local
160 float res = rsRenderPathAnimation.GetBeginFraction(); in HWTEST_F() local
195 float res = rsRenderPathAnimation.GetEndFraction(); in HWTEST_F() local
268 bool res = rsRenderPathAnimation.Marshalling(parcel); in HWTEST_F() local
305 bool res = rsRenderPathAnimation.ParseParam(parcel); HWTEST_F() local
[all...]
H A Drs_render_keyframe_animation_test.cpp138 bool res = rsRenderKeyframeAnimation.Marshalling(parcel); in HWTEST_F() local
167 bool res = rsRenderKeyframeAnimation.ParseParam(parcel); in HWTEST_F() local
182 bool res = rsRenderKeyframeAnimation.ParseDurationKeyframesParam(parcel, keyframeSize); in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uni_render_thread_test.cpp251 bool res = instance.IsIdle(); in HWTEST_F() local
445 uint32_t res = instance.GetDynamicRefreshRate(); in HWTEST_F() local
460 bool res = instance.WaitUntilDisplayNodeBufferReleased(*displayNodeDrawable); in HWTEST_F() local
478 uint32_t res = instance.GetRefreshRate(); in HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_bitmap_test.cpp196 bool res = OH_Drawing_BitmapReadPixels(nullptr, nullptr, nullptr, width * 4, 0, 0); in HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/
H A Drs_uni_render_thread_ext_test.cpp383 bool res = instance.IsIdle(); in HWTEST_F() local
445 uint32_t res = instance.GetDynamicRefreshRate(); in HWTEST_F() local
460 bool res = instance.WaitUntilDisplayNodeBufferReleased(*displayNodeDrawable); in HWTEST_F() local
478 uint32_t res = instance.GetRefreshRate(); in HWTEST_F() local
[all...]
/foundation/filemanagement/user_file_service/services/native/file_access_service/include/
H A Dholder_manager.h70 auto res = iter->second; in pop() local
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_shader.h48 void SetShaderRes(const std::string& res) in SetShaderRes() argument
/foundation/graphic/graphic_2d/rosen/modules/animation/window_animation/test/unittest/
H A Drs_window_animation_stub_test.cpp115 int res = windowAnimationStub_->OnRemoteRequest( in HWTEST_F() local
133 int res = windowAnimationStub_->OnRemoteRequest(-1, data, reply, option); in HWTEST_F() local
151 int res = windowAnimationStub_->OnRemoteRequest( in HWTEST_F() local
171 int res = windowAnimationStub_->OnRemoteRequest( in HWTEST_F() local
197 int res = windowAnimationStub_->OnRemoteRequest( HWTEST_F() local
215 int res = windowAnimationStub_->OnRemoteRequest( HWTEST_F() local
234 int res = windowAnimationStub_->OnRemoteRequest( HWTEST_F() local
267 int res = windowAnimationStub_->OnRemoteRequest( HWTEST_F() local
286 int res = windowAnimationStub_->OnRemoteRequest( HWTEST_F() local
320 int res = windowAnimationStub_->OnRemoteRequest( HWTEST_F() local
339 int res = windowAnimationStub_->OnRemoteRequest( HWTEST_F() local
366 int res = windowAnimationStub_->OnRemoteRequest( HWTEST_F() local
386 int res = windowAnimationStub_->OnRemoteRequest( HWTEST_F() local
412 int res = windowAnimationStub_->OnRemoteRequest( HWTEST_F() local
431 int res = windowAnimationStub_->OnRemoteRequest( HWTEST_F() local
456 int res = windowAnimationStub_->OnRemoteRequest( HWTEST_F() local
482 int res = windowAnimationStub_->OnRemoteRequest( HWTEST_F() local
536 int res = windowAnimationStub_->OnRemoteRequest( HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_connection_proxy.cpp47 int res = remote->SendRequest(IVSYNC_CONNECTION_REQUEST_NEXT_VSYNC, arg, ret, opt); in RequestNextVSync() local
74 int res = remote->SendRequest(IVSYNC_CONNECTION_SET_UI_DVSYNC_SWITCH, arg, ret, opt); in SetUiDvsyncSwitch() local
101 int res = remote->SendRequest(IVSYNC_CONNECTION_SET_NATIVE_DVSYNC_SWITCH, arg, ret, opt); in SetNativeDVSyncSwitch() local
128 int res in SetUiDvsyncConfig() local
150 int res = remote->SendRequest(IVSYNC_CONNECTION_GET_RECEIVE_FD, arg, ret, opt); GetReceiveFd() local
189 int res = remote->SendRequest(IVSYNC_CONNECTION_SET_RATE, arg, ret, opt); SetVSyncRate() local
211 int res = remote->SendRequest(IVSYNC_CONNECTION_DESTROY, arg, ret, opt); Destroy() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_packet.cpp70 auto res = std::move(data_); in Release() local

Completed in 14 milliseconds

1...<<41424344454647484950>>...195