/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/rect_fuzzer/ |
H A D | rect_fuzzer.cpp | 62 int l = GetObject<int>(); in RectFuzzTest001() local 65 int b = GetObject<int>(); in RectFuzzTest001() local 87 scalar l = GetObject<scalar>(); in RectFuzzTest002() local 90 scalar b = GetObject<scalar>(); in RectFuzzTest002() local 126 scalar l = GetObject<scalar>(); in RectFuzzTest003() local 129 scalar b = GetObject<scalar>(); in RectFuzzTest003() local
|
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/ |
H A D | capture_request.cpp | 45 std::lock_guard<std::mutex> l(lock_); in AddOwner() local 72 std::lock_guard<std::mutex> l(lock_); in DisableSync() local 82 std::lock_guard<std::mutex> l(lock_); in GetOwnerCount() local 124 void CaptureRequest::AttachBuffer(std::shared_ptr<IBuffer>& b) in AttachBuffer() 139 void CaptureRequest::SetFirstRequest(bool b) in SetFirstRequest() 172 std::unique_lock<std::mutex> l(sem_); in Sync() local 175 std::unique_lock<std::mutex> l(sem_); in Sync() local
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/ |
H A D | buffer_loop_tracking.cpp | 28 std::lock_guard<std::mutex> l(lock_); in ~TrackingNode() local 44 std::lock_guard<std::mutex> l(lock_); in FindTrackingBuffer() local 46 [&buffer](const std::shared_ptr<TrackingBuffer>& b) { in FindTrackingBuffer() 70 [&buffer](const std::shared_ptr<TrackingBuffer>& b) { in DetachTrackingBuffer() 83 std::lock_guard<std::mutex> l(lock_); in IsEmpty() local 107 std::lock_guard<std::mutex> l(lock_); in FindTrackingNode() local 208 std::lock_guard<std::mutex> l(lock_); in DumpTrace() local 216 for (const auto& b : bufferList) { in DumpTrace() local 232 std::lock_guard<std::mutex> l(lock_); in FindTrackingNodePath() local 272 std::lock_guard<std::mutex> l(lock_); in FindTrackingStream() local [all …]
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/ipp/src/ |
H A D | offline_pipeline.cpp | 45 std::unique_lock<std::mutex> l(queueLock_); in StartProcess() local 69 std::unique_lock<std::mutex> l(queueLock_); in StopProcess() local 86 std::lock_guard<std::mutex> l(cbLock_); in BindOfflineStreamCallback() local 107 std::unique_lock<std::mutex> l(queueLock_); in CancelCapture() local 110 for (auto b : c) { in CancelCapture() local 140 std::unique_lock<std::mutex> l(queueLock_); in FlushOfflineStream() local 162 std::unique_lock<std::mutex> l(queueLock_); in ReceiveCache() local 173 std::unique_lock<std::mutex> l(queueLock_); in HandleBuffers() local 248 std::unique_lock<std::mutex> l(queueLock_); in CacheQueueDry() local 254 std::unique_lock<std::mutex> l(queueLock_); in CheckOwnerOfCaptureId() local
|
/ohos5.0/drivers/peripheral/camera/test/ut/buffer_manager/ |
H A D | buffer_manager_utest.cpp | 293 std::lock_guard<std::mutex> l(lock); in __anon7b5b49e50802() local 310 std::lock_guard<std::mutex> l(lock); in __anon7b5b49e50902() local 319 std::lock_guard<std::mutex> l(lock); in __anon7b5b49e50a02() local 385 for (auto& b : it->second) { variable 521 std::lock_guard<std::mutex> l(lock_); in StartExternalStream() local 575 std::lock_guard<std::mutex> l(lock_); in EnqueueBufferNonBlock() local 577 [sb](const std::pair<OHOS::sptr<OHOS::SurfaceBuffer>, std::shared_ptr<IBuffer>>& b) { in EnqueueBufferNonBlock() 614 std::lock_guard<std::mutex> l(lock_); in DequeueBuffer() local 616 … [buffer](const std::pair<OHOS::sptr<OHOS::SurfaceBuffer>, std::shared_ptr<IBuffer>>& b) { in DequeueBuffer() 658 std::lock_guard<std::mutex> l(streamLock_); in AddStream() local [all …]
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/base/math/ |
H A D | render_roi.h | 47 double l; variable 49 double b; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsproxyrendernode_fuzzer/ |
H A D | rsproxyrendernode_fuzzer.cpp | 69 float l = GetData<float>(); in DoSomethingInterestingWithMyAPI() local 72 float b = GetData<float>(); in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/ |
H A D | test_common.h | 54 uint32_t b; variable 71 float l = left + dx; in Inset() local 74 float b = bottom - dy; in Inset() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/ |
H A D | path_test.cpp | 57 float l = rand.nextULessThan(bitmapWidth_); in OnTestPerformance() local 60 float b = t + rand.nextULessThan(bitmapHeight_); in OnTestPerformance() local 288 int l = i % bitmapWidth_; in OnTestPerformance() local 291 int b = ((t + 100) > bitmapHeight_) ? bitmapHeight_ : (t + 100); // 100 用于高度计算 in OnTestPerformance() local 314 int l = i % bitmapWidth_; in OnTestPerformance() local 317 int b = ((t + 100) > bitmapHeight_) ? bitmapHeight_ : (t + 100); // 100 用于高度计算 in OnTestPerformance() local 446 float l; in OnTestPerformance() local 449 float b; in OnTestPerformance() local 469 float l; in OnTestPerformance() local 472 float b; in OnTestPerformance() local
|
H A D | text_blob_test.cpp | 47 float l; in OnTestPerformance() local 50 float b; in OnTestPerformance() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/ |
H A D | rect.h | 127 inline RectI::RectI(const int l, const int t, const int r, const int b) noexcept in RectI() 326 inline RectF::RectF(const scalar l, const scalar t, const scalar r, const scalar b) noexcept in RectF()
|
/ohos5.0/foundation/window/window_manager/utils/include/ |
H A D | wm_occlusion_region.h | 35 Rect(int l, int t, int r, int b) : left_(l), top_(t), right_(r), bottom_(b) {} in Rect() 68 Event(int y, Type type, int l, int r) : y_(y), type_(type), left_(l), right_(r) {} in Event()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsblurfilter_fuzzer/ |
H A D | rsblurfilter_fuzzer.cpp | 159 float l = GetData<float>(); in DoDrawImageRect() local 162 float b = GetData<float>(); in DoDrawImageRect() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_vector4.h | 227 T l = GetLength(); in Normalize() local 241 void Vector4<T>::Min(const Vector4<T>& a, const Vector4<T>& b, Vector4<T>& result) in Min() 253 void Vector4<T>::Max(const Vector4<T>& a, const Vector4<T>& b, Vector4<T>& result) in Max()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/ |
H A D | safe_area_manager_test_ng.cpp | 314 auto funExPect = [this](SafeAreaExpandOpts saeo, float l, float r, float t, float b) { in __anon6027f3d40202()
|
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/utils/ |
H A D | log_utils.cpp | 222 return std::equal(l1.begin(), l1.end(), l2.begin(), [](char a, char b) { in __anon9d62ac760202() 273 for (uint16_t l : levels) { in ComboLogLevel2Str() local 277 for (uint16_t l: levels) { in ComboLogLevel2Str() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rspropertydrawableboundsgeometry_fuzzer/ |
H A D | rspropertydrawableboundsgeometry_fuzzer.cpp | 136 uint32_t b = GetData<uint32_t>(); in DoRSBorderDRRectDrawable() local 167 uint32_t b = GetData<uint32_t>(); in DoRSBorderFourLineDrawable() local 197 int l = GetData<int>(); in DoRSShadowDrawable() local 200 int b = GetData<int>(); in DoRSShadowDrawable() local 407 uint32_t b = GetData<uint32_t>(); in DoRSForegroundColorDrawable() local 503 uint32_t b = GetData<uint32_t>(); in DoRSBackgroundColorDrawable() local
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/ |
H A D | cloud_extension_stub.js | 86 class l extends rpc.RemoteObject { class 899 async function b(o5) { function
|
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | avoid_area_controller_test.cpp | 216 bool CheckSameArea(AvoidArea avoidArea, Rect t, Rect l, Rect r, Rect b) in CheckSameArea()
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/ |
H A D | subheader.js | 2156 onPlaceChildren(k, l, m) { argument 2165 onMeasureSize(a, b, c) { argument
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/ |
H A D | hdi_sink.c | 204 static void ConvertFrom16BitToFloat(unsigned n, const int16_t *a, float *b) in ConvertFrom16BitToFloat() 211 static void ConvertFrom24BitToFloat(unsigned n, const uint8_t *a, float *b) in ConvertFrom24BitToFloat() 221 static void ConvertFrom32BitToFloat(unsigned n, const int32_t *a, float *b) in ConvertFrom32BitToFloat() 239 static void ConvertFromFloatTo16Bit(unsigned n, const float *a, int16_t *b) in ConvertFromFloatTo16Bit() 248 static void ConvertFromFloatTo24Bit(unsigned n, const float *a, uint8_t *b) in ConvertFromFloatTo24Bit() 258 static void ConvertFromFloatTo32Bit(unsigned n, const float *a, int32_t *b) in ConvertFromFloatTo32Bit() 860 size_t l; in SinkRenderPrimaryGetDataCap() local 1506 size_t l; in SinkRenderPrimaryGetData() local 1547 size_t l; in SinkRenderMultiChannelGetData() local 2193 const bool b = (bool)ps->sink_input->thread_info.resampler; in GetOffloadRenderLength() local [all …]
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/ |
H A D | hvigor-wrapper.js | 16 …,D=require("os"),e=require("fs"),t=require("child_process"),r=require("crypto"),n="undefined"!=typ… constant
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/ |
H A D | atomicserviceweb.js | 1326 constructor(k, l, m, n) { argument 1338 constructor(a, b, c, d, e, f, g, h, i, j) { argument
|
/ohos5.0/base/time/time_service/services/timer/src/ |
H A D | timer_manager.cpp | 300 [](const std::pair<int32_t, int32_t>& a, const std::pair<int32_t, int32_t>& b) { in ShowTimerCountByUid() argument 774 [](const std::shared_ptr<TimerInfo> &l, const std::shared_ptr<TimerInfo> &r) { in TriggerTimersLocked()
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/ |
H A D | hvigor-wrapper.js | 15 …ld_process"),u=require("process"),o=require("tty"),i=require("util"),s=require("url"),c=require("c… property in Ts.t
|