Home
last modified time | relevance | path

Searched defs:h (Results 1 – 25 of 69) sorted by relevance

123

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
Devent_fd.h24 #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/
Dfillp_frame.c25 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/
Drs_draw_cmd_list_test.cpp49 int h = 300; variable
66 int h = 300; variable
90 int h = 0; variable
110 int h = 300; variable
Drs_canvas_render_node_test.cpp68 int h; variable
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
Dsize.h55 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/
Dutils.h19 inline uint32_t GetYuv420Size(uint32_t w, uint32_t h) in GetYuv420Size()
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
Dtexgine_rect.cpp36 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/
Dskia_image.h44 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/
Ddrawing_image.h42 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/
Dobject_info.cpp21 ObjectInfo::ObjectInfo(uint32_t h) : handle(h) in ObjectInfo()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/
Drs_obj_abs_geometry_test.cpp58 float h = 0.5f; variable
114 float h = 3.5f; variable
148 float h = 0.5f; variable
/foundation/graphic/graphic_2d/utils/cpudraw/src/
Dcpudraw.cpp45 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/
Drs_properties_painter_test.cpp50 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/
Dcolor_picker.h37 int h; // 色度取值(0-360) member
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/benchmarks/
Drs_recording_thread_test.cpp67 int h = 300; variable
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
Drender_service_client_overlay_demo.cpp28 sptr<OHOS::Surface> GetWindowSurface(uint32_t w, uint32_t h) in GetWindowSurface()
Drender_service_client_tunnel_handle_demo.cpp28 sptr<OHOS::Surface> GetWindowSurface(uint32_t w, uint32_t h) in GetWindowSurface()
/foundation/graphic/graphic_2d/utils/cpudraw/export/
Dcpudraw.h25 double h; member
/foundation/arkui/ui_lite/test/uitest/test_image/
Dui_test_image.h85 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/
Drs_obj_geometry.h66 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/
Dsubmit.cpp41 ffrt::task_handle h = ffrt::submit_h([&]() { x = 2; }, {}, {}); in ffrt_submit_example3() local
/foundation/multimedia/av_codec/test/unittest/hcodec_test/unittest/
Dhencoder_buffer_unit_test.cpp46 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/
Dplayer_video_sink.cpp140 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/
Ddm_softbus_adapter_crypto.cpp75 unsigned char h = *inBuf / HEX_DIGIT_MAX_NUM; in ConvertBytesToHexString() local
/foundation/resourceschedule/ffrt/test/ut/
Dut_coroutine_test.cpp160 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

123