Home
last modified time | relevance | path

Searched defs:l (Results 1 – 25 of 100) sorted by relevance

1234

/foundation/multimedia/media_foundation/engine/plugin/common/
Dsurface_memory.cpp70 OSAL::ScopedLock l(memMutex_); in GetSurfaceBuffer() local
82 OSAL::ScopedLock l(memMutex_); in ReleaseSurfaceBuffer() local
90 OSAL::ScopedLock l(memMutex_); in GetFlushFence() local
96 OSAL::ScopedLock l(memMutex_); in GetBufferHandle() local
105 OSAL::ScopedLock l(memMutex_); in SetNeedRender() local
111 OSAL::ScopedLock l(memMutex_); in GetSurfaceBufferStride() local
117 OSAL::ScopedLock l(memMutex_); in GetRealAddr() local
/foundation/multimedia/media_foundation/src/common/
Dsurface_memory.cpp77 OHOS::Media::AutoLock l(memMutex_); in GetSurfaceBuffer() local
89 OHOS::Media::AutoLock l(memMutex_); in ReleaseSurfaceBuffer() local
97 OHOS::Media::AutoLock l(memMutex_); in GetFlushFence() local
103 OHOS::Media::AutoLock l(memMutex_); in GetBufferHandle() local
112 OHOS::Media::AutoLock l(memMutex_); in SetNeedRender() local
118 OHOS::Media::AutoLock l(memMutex_); in GetSurfaceBufferStride() local
124 OHOS::Media::AutoLock l(memMutex_); in GetRealAddr() local
/foundation/graphic/graphic_2d/utils/test_header/export/
Dtest_header.h33 #define STEP_ASSERT_(l, r, func, opstr) ASSERT_##func(l, r) << STEP_CONDITION(#l " " opstr " " #r) argument
35 #define STEP_ASSERT_EQ(l, r) STEP_ASSERT_(l, r, EQ, "==") argument
36 #define STEP_ASSERT_NE(l, r) STEP_ASSERT_(l, r, NE, "!=") argument
37 #define STEP_ASSERT_GE(l, r) STEP_ASSERT_(l, r, GE, ">=") argument
38 #define STEP_ASSERT_LE(l, r) STEP_ASSERT_(l, r, LE, "<=") argument
39 #define STEP_ASSERT_GT(l, r) STEP_ASSERT_(l, r, GT, ">") argument
40 #define STEP_ASSERT_LT(l, r) STEP_ASSERT_(l, r, LT, "<") argument
/foundation/graphic/graphic_surface/test_header/export/
Dtest_header.h33 #define STEP_ASSERT_(l, r, func, opstr) ASSERT_##func(l, r) << STEP_CONDITION(#l " " opstr " " #r) argument
35 #define STEP_ASSERT_EQ(l, r) STEP_ASSERT_(l, r, EQ, "==") argument
36 #define STEP_ASSERT_NE(l, r) STEP_ASSERT_(l, r, NE, "!=") argument
37 #define STEP_ASSERT_GE(l, r) STEP_ASSERT_(l, r, GE, ">=") argument
38 #define STEP_ASSERT_LE(l, r) STEP_ASSERT_(l, r, LE, "<=") argument
39 #define STEP_ASSERT_GT(l, r) STEP_ASSERT_(l, r, GT, ">") argument
40 #define STEP_ASSERT_LT(l, r) STEP_ASSERT_(l, r, LT, "<") argument
/foundation/graphic/graphic_3d/lume/LumeMeta/test/src/api/
DMutexTest.cpp55 UniqueLock l { m }; variable
61 UniqueLock l { m }; variable
69 UniqueLock l { m }; variable
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_decoder/
Dvideo_ffmpeg_decoder_plugin.cpp141 OSAL::ScopedLock l(avMutex_); in Init() local
161 OSAL::ScopedLock l(avMutex_); in Deinit() local
178 OSAL::ScopedLock l(avMutex_); in SetParameter() local
189 OSAL::ScopedLock l(avMutex_); in GetParameter() local
327 OSAL::ScopedLock l(avMutex_); in Prepare() local
376 OSAL::ScopedLock l(avMutex_); in Reset() local
383 OSAL::ScopedLock l(avMutex_); in Start() local
403 OSAL::ScopedLock l(avMutex_); in Stop() local
428 OSAL::ScopedLock l(avMutex_); in Flush() local
443 OSAL::ScopedLock l(avMutex_); in QueueInputBuffer() local
[all …]
/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
Dhdi_codec_adapter.cpp102 OSAL::ScopedLock l(hdiAdapter->bufferMetaMutex_); in FillBufferDone() local
249 OSAL::ScopedLock l(bufferMetaMutex_); in Reset() local
293 OSAL::ScopedLock l(lockInputBuffers_); in Flush() local
423 OSAL::ScopedLock l(lockInputBuffers_); in QueueInputBuffer() local
441 OSAL::ScopedLock l(lockInputBuffers_); in HandleFrame() local
456 OSAL::ScopedLock l(bufferMetaMutex_); in HandleFrame() local
511 OSAL::ScopedLock l(fillAllTheOutBufferMutex_); in FillAllTheOutBuffer() local
/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/
Dasync_mode.cpp75 OSAL::ScopedLock l(renderMutex_); in Release() local
136 OSAL::ScopedLock l(renderMutex_); in Stop() local
268 OSAL::ScopedLock l(renderMutex_); in FinishFrame() local
311 OSAL::ScopedLock l(renderMutex_); in OnOutputBufferDone() local
/foundation/resourceschedule/ffrt/include/sync/
Dsync.h37 std::atomic<int> l; variable
62 int l; variable
/foundation/resourceschedule/ffrt/src/dfx/watchdog/
Dwatchdog_util.cpp55 std::lock_guard<decltype(lock)> l(lock); in AddTaskToWatchdog() local
61 std::lock_guard<decltype(lock)> l(lock); in RemoveTaskFromWatchdog() local
77 std::lock_guard<decltype(lock)> l(lock); in SendTimeoutWatchdog() local
/foundation/graphic/graphic_3d/lume/LumeMeta/include/meta/api/
Dlocking.h96 InterfaceUniqueLock(InterfaceUniqueLock&& l) noexcept : p_(l.p_) in InterfaceUniqueLock() function
142 InterfaceSharedLock(InterfaceSharedLock&& l) noexcept : p_(l.p_) in InterfaceSharedLock() function
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/rect_fuzzer/
Drect_fuzzer.cpp53 int l = GetObject<int>(); in RectFuzzTest001() local
74 scalar l = GetObject<scalar>(); in RectFuzzTest002() local
109 scalar l = GetObject<scalar>(); in RectFuzzTest003() local
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_encoder/
Dvideo_ffmpeg_encoder_plugin.cpp154 OSAL::ScopedLock l(avMutex_); in Deinit() local
169 OSAL::ScopedLock l(parameterMutex_); in SetParameter() local
177 OSAL::ScopedLock l(parameterMutex_); in GetParameter() local
287 OSAL::ScopedLock l(avMutex_); in Prepare() local
324 OSAL::ScopedLock l(avMutex_); in Reset() local
374 OSAL::ScopedLock l(avMutex_); in Flush() local
/foundation/graphic/graphic_3d/lume/LumeMeta/src/model/
Dobject_provider_base.cpp58 PropertyLock l { p }; in DisposeObject() local
119 PropertyLock l { prop }; in BindProperties() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/recording/drawcmdlist_fuzzer/
Ddraw_cmd_list_fuzzer.cpp77 scalar l = GetObject<scalar>(); in DrawCmdListFuzzTest001() local
117 scalar l = GetObject<scalar>(); in DrawCmdListFuzzTest002() local
157 scalar l = GetObject<scalar>(); in DrawCmdListFuzzTest003() local
241 scalar l = GetObject<scalar>(); in DrawCmdListFuzzTest005() local
279 scalar l = GetObject<scalar>(); in DrawCmdListFuzzTest006() local
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_base/
Dserial_test.cpp81 long l = 0; variable
/foundation/communication/wifi/wifi/test/wifi_standard/ipc_framework/cRPC/unittest/
Dserial_test.cpp81 long l = 0; variable
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/audio_encoder/
Daudio_ffmpeg_encoder_plugin.cpp223 OSAL::ScopedLock l(bufferMetaMutex_); in ResetLocked() local
334 OSAL::ScopedLock l(bufferMetaMutex_); in QueueInputBuffer() local
358 OSAL::ScopedLock l(bufferMetaMutex_); in SendOutputBuffer() local
507 OSAL::ScopedLock l(avMutex_); in ReceiveBuffer() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_manager/src/theme/system/
DArkSystemShapes.ts94 l: Dimension; property in ArkSystemOutlines
112 l: Length; property in ArkSystemBorders
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_manager/src/theme/
DArkShapesImpl.ts71 l: Dimension; property in ArkOutlinesImpl
87 l: Length; property in ArkBordersImpl
/foundation/multimedia/image_effect/frameworks/native/render_environment/base/math/
Drender_roi.h47 double l; variable
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/audio_decoder/
Daudio_ffmpeg_decoder_plugin.cpp361 OSAL::ScopedLock l(bufferMetaMutex_); in ResetLocked() local
450 OSAL::ScopedLock l(bufferMetaMutex_); in QueueInputBuffer() local
479 OSAL::ScopedLock l(bufferMetaMutex_); in SendOutputBuffer() local
632 OSAL::ScopedLock l(avMutex_); in ReceiveBuffer() local
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala/ets-plugin/test/golden/arkts/ets/dollar-dollar/
Dcomponents.ts169 l?: ListItemStyle; property
/foundation/arkui/ace_engine/advanced_ui_component/fullscreenlaunchcomponent/interfaces/
Dfullscreenlaunchcomponent_preview.js22 constructor(j, k, l, m = -1, n = undefined, o) { argument
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala/ets-plugin/test/golden/koala/ets/dollar-dollar/
Dcomponents.ts169 l?: ListItemStyle; property

1234