| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/ |
| D | event_fd.h | 24 #define IS_VALID_HANDLE(h) false argument 25 #define CLOSE_HANDLE(h) argument 30 #define IS_VALID_HANDLE(h) ((h) > 0) argument 31 #define CLOSE_HANDLE(h) do { close(h); } while (0) argument
|
| /foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/ |
| D | fillp_frame.c | 25 void FillpFrameInit(struct FillpFrameHandle *h) in FillpFrameInit() 77 static void FillpFrameAddItemStats(struct FillpFrameHandle *h, FILLP_INT frameType, in FillpFrameAddItemStats() 93 FILLP_INT FillpFrameAddItem(struct FillpFrameHandle *h, struct FillpPcbItem *item) in FillpFrameAddItem() 122 void FillpFrameTxInitItem(struct FillpFrameHandle *h, struct FillpPcbItem *item, in FillpFrameTxInitItem() 189 FILLP_INT FillpFrameParseOption(struct FillpFrameHandle *h, in FillpFrameParseOption() 260 static inline void FillpFrameStatistics(struct FillpFrameHandle *h) in FillpFrameStatistics() 271 static void FillpFrameRxUpdateAndNotify(struct FillpFrameHandle *h, const struct FillpPcbItem *item) in FillpFrameRxUpdateAndNotify() 299 void FillpFrameRx(struct FillpFrameHandle *h, const struct FillpPcbItem *item) in FillpFrameRx()
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
| D | rs_draw_cmd_list_test.cpp | 49 int h = 300; variable 66 int h = 300; variable 90 int h = 0; variable 110 int h = 300; variable
|
| D | rs_canvas_render_node_test.cpp | 68 int h; variable
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/ |
| D | size.h | 55 inline SizeF::SizeF(scalar w, scalar h) noexcept : width_(w), height_(h) {} in SizeF() 84 inline void SizeF::SetHeight(scalar h) in SetHeight() 127 inline SizeI::SizeI(int w, int h) noexcept : width_(w), height_(h) {} in SizeI() 156 inline void SizeI::SetHeight(int h) in SetHeight()
|
| /foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
| D | utils.h | 19 inline uint32_t GetYuv420Size(uint32_t w, uint32_t h) in GetYuv420Size()
|
| /foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
| D | texgine_rect.cpp | 36 TexgineRect TexgineRect::MakeXYWH(float x, float y, float w, float h) in MakeXYWH() 43 TexgineRect TexgineRect::MakeWH(float w, float h) in MakeWH()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
| D | skia_image.h | 44 void SetCompressData(sk_sp<SkData> data, int32_t w, int32_t h) in SetCompressData() 52 void SetRawCompressData(void* dataPtr, int32_t w, int32_t h) override in SetRawCompressData()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/ |
| D | drawing_image.h | 42 void SetCompressData(std::shared_ptr<RSData> data, int32_t w, int32_t h) in SetCompressData() 50 void SetRawCompressData(void* dataPtr, int32_t w, int32_t h) override in SetRawCompressData()
|
| /foundation/multimedia/media_library/frameworks/services/media_mtp/src/ |
| D | object_info.cpp | 21 ObjectInfo::ObjectInfo(uint32_t h) : handle(h) in ObjectInfo()
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/ |
| D | rs_obj_abs_geometry_test.cpp | 58 float h = 0.5f; variable 114 float h = 3.5f; variable 148 float h = 0.5f; variable
|
| /foundation/graphic/graphic_2d/utils/cpudraw/src/ |
| D | cpudraw.cpp | 45 void Cpudraw::DrawBorder(const int32_t &x, const int32_t &y, const int32_t &w, const int32_t &h) in DrawBorder() 59 void Cpudraw::DrawRect(const int32_t &x, const int32_t &y, const int32_t &w, const int32_t &h) in DrawRect()
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
| D | rs_properties_painter_test.cpp | 50 float h = 0.1; variable 367 int h; variable 461 int32_t h = 1; variable 483 int32_t h = 1; variable 503 int32_t h = 1; variable 523 int32_t h = 1; variable
|
| /foundation/graphic/graphic_2d/rosen/modules/effect/color_picker/include/ |
| D | color_picker.h | 37 int h; // 色度取值(0-360) member
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/benchmarks/ |
| D | rs_recording_thread_test.cpp | 67 int h = 300; variable
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/ |
| D | render_service_client_overlay_demo.cpp | 28 sptr<OHOS::Surface> GetWindowSurface(uint32_t w, uint32_t h) in GetWindowSurface()
|
| D | render_service_client_tunnel_handle_demo.cpp | 28 sptr<OHOS::Surface> GetWindowSurface(uint32_t w, uint32_t h) in GetWindowSurface()
|
| /foundation/graphic/graphic_2d/utils/cpudraw/export/ |
| D | cpudraw.h | 25 double h; member
|
| /foundation/arkui/ui_lite/test/uitest/test_image/ |
| D | ui_test_image.h | 85 Rect GetRect(int16_t x, int16_t y, int16_t w, int16_t h) const in GetRect()
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
| D | rs_obj_geometry.h | 66 void SetHeight(float h) in SetHeight() 75 void SetSize(float w, float h) in SetSize() 80 void SetRect(float x, float y, float w, float h) in SetRect()
|
| /foundation/resourceschedule/ffrt/examples/ |
| D | submit.cpp | 41 ffrt::task_handle h = ffrt::submit_h([&]() { x = 2; }, {}, {}); in ffrt_submit_example3() local
|
| /foundation/multimedia/av_codec/test/unittest/hcodec_test/unittest/ |
| D | hencoder_buffer_unit_test.cpp | 46 static bool CreateFakeYuv(const string& dstPath, uint32_t w, uint32_t h, uint32_t frameCnt) in CreateFakeYuv()
|
| /foundation/multimedia/media_lite/services/player_lite/impl/player_control/sink/ |
| D | player_video_sink.cpp | 140 void VideoSink::UpdateDisplayRegionInfo(int32_t x, int32_t y, int32_t w, int32_t h) in UpdateDisplayRegionInfo() 153 int32_t h; in CreateAndConfigLayer() local 191 int32_t h = std::stoi(surface->GetUserData("region_height")); in CheckConfigVideoOutput() local
|
| /foundation/distributedhardware/device_manager/common/src/ |
| D | dm_softbus_adapter_crypto.cpp | 75 unsigned char h = *inBuf / HEX_DIGIT_MAX_NUM; in ConvertBytesToHexString() local
|
| /foundation/resourceschedule/ffrt/test/ut/ |
| D | ut_coroutine_test.cpp | 160 ffrt_task_handle_t h = ffrt_submit_h_coroutine((void *)&g_col, exec_stackless_coroutine, in maintask_stackless_coroutine() local 213 … ffrt_task_handle_t h = ffrt_submit_h_coroutine((void *)&g_col, exec_stackless_coroutine, in maintask_stackless_coroutine_fail() local
|