/ohos5.0/commonlibrary/c_utils/base/include/ |
H A D | pubdef.h | 38 #define HOUR_TO_SECOND(h) ((h) * 3600) argument 46 #define FREE_AND_NIL(p) do {if (p) { delete (p); (p) = nullptr;}} while (0) argument 48 #define FREE_AND_NIL_ARRAY(p) do {if (p) {delete[] (p); (p) = nullptr;}} while (0) argument
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | hcodec_utils.h | 27 inline uint32_t GetYuv420Size(uint32_t w, uint32_t h) in GetYuv420Size() 48 const uint8_t* p = reinterpret_cast<const uint8_t*>(¶m); in AppendToVector() local
|
H A D | hencoder.cpp | 269 int32_t h = 0; in OnConfigureBuffer() local 286 int8_t* p = reinterpret_cast<int8_t*>(¶m); in OnConfigureBuffer() local 408 uint32_t h = def.format.video.nFrameHeight; in UpdateInPortFormat() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/bitmap/ |
H A D | bitmap_test.cpp | 276 int h = 150; variable 299 Pixmap p; variable 318 int32_t h = 150; variable 355 Pixmap p = bitmap->GetPixmap(); variable
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/core/ |
H A D | render_resource_cache.h | 105 RenderTexturePtr RequestTexture(RenderContext *ctx, GLsizei w, GLsizei h, GLenum interFmt) in RequestTexture() 185 delete p; in RecycleTexture() local 221 UINT64 GetTexTag(GLsizei w, GLsizei h, GLenum interFmt) in GetTexTag()
|
/ohos5.0/base/security/crypto_framework/interfaces/innerkits/algorithm_parameter/ |
H A D | detailed_ecc_key_params.h | 31 HcfBigInteger p; member 47 int32_t h; member
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/engine/ |
H A D | engine_value_manager.cpp | 59 static IEngineValueInternal::Ptr GetCompatibleValueInternal(IEngineValue::Ptr p, EnginePropertyPara… in GetCompatibleValueInternal() 71 void EngineValueManager::AddValue(EnginePropertyParams p, EngineValueOptions options) in AddValue() 123 if (auto p = GetValue<CORE_NS::IPropertyHandle*>(value->GetValue())) { in ConstructValues() local 162 if (CORE_NS::IPropertyHandle* h = ReadValueFromEngine<CORE_NS::IPropertyHandle*>(params)) { in ConstructValueImpl() local
|
/ohos5.0/foundation/resourceschedule/ffrt/interfaces/kits/cpp/ |
H A D | task.h | 211 task_handle(ffrt_task_handle_t p) : p(p) in task_handle() 225 inline task_handle(task_handle&& h) in task_handle() function
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/ |
H A D | image_codec.h | 41 inline uint32_t GetYuv420Size(uint32_t w, uint32_t h) in GetYuv420Size() 216 int8_t* p = reinterpret_cast<int8_t*>(¶m); variable 237 const int8_t* p = reinterpret_cast<const int8_t*>(¶m); variable
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/ |
H A D | material_component_manager.cpp | 174 …FindIf(componentMetaData, [key = propertyObject.key](const Property& p) { return p.name == key; }); in AppendProperties() 514 auto* h = static_cast<const ComponentHandle*>(src); in Clone() local 999 auto* h = static_cast<const ComponentHandle*>(src); in Clone() local
|
/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/src/ |
H A D | napi_utils.cpp | 592 napi_value p = GetDetailAsyKeySpecValue(env, arg, "p"); in InitDsaCommonAsyKeySpec() local 748 napi_value p = GetDetailAsyKeySpecValue(env, arg, "p"); in GetFpField() local 1300 napi_value p = GetDetailAsyKeySpecValue(env, arg, "p"); in InitDhCommonAsyKeySpec() local 1875 napi_value p = ConvertBigIntToNapiValue(env, &(tmpField->p)); in ConvertEccCommonParamFieldFpToNapiValue() local 1895 napi_value ConvertEccPointToNapiValue(napi_env env, HcfPoint *p) in ConvertEccPointToNapiValue() 1998 napi_value h; in BuildIntancePartertoNapiValueSon() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | rosen_decoration_painter.cpp | 851 static inline SkSize EllipseRadius(const SkPoint& p, float ratio) in EllipseRadius() 863 static inline RSSize EllipseRadius(const RSPoint& p, float ratio) in EllipseRadius() 2031 float h = paintSize_.Height(); in GetInnerRRect() local 2058 float h = paintSize_.Height(); in GetInnerRRect() local 2103 float h = paintSize_.Height() - (topW + bottomW) / 2.0f; in GetClipRRect() local 2130 float h = paintSize_.Height() - (topW + bottomW) / 2.0f; in GetClipRRect() local 2421 float h = std::max(0.0, paintSize_.Height() - (topW + bottomW) / 2.0f); in PaintBorder() local
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/ |
H A D | hvigor-wrapper.js | 16 "use strict";var u=require("path"),D=require("os"),e=require("fs"),t=require("child_process"),r=req… constant
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/ |
H A D | atomicserviceweb.js | 1306 constructor(p, q, r) { argument 1338 constructor(a, b, c, d, e, f, g, h, i, j) { argument
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | render_backend_gles.cpp | 1402 …const auto& p = static_cast<const GpuImagePlatformDataGL&>(attachmentImage_[resolveTo]->GetPlatfor… in ScanPasses() local 1424 …const auto& p = static_cast<const GpuImagePlatformDataGL&>(attachmentImage_[index]->GetPlatformDat… in ScanPasses() local 3088 const GLsizei h = static_cast<GLsizei>(viewport_.height); in FlushViewportScissors() local 3099 const GLsizei h = static_cast<GLsizei>(scissorBox_.extentHeight); in FlushViewportScissors() local
|
/ohos5.0/foundation/arkui/advanced_ui_component/interface/treeview/ |
H A D | treeview.js | 180 let h; variable 304 class p extends N { class 2163 let h = d.getNodeInfoData(); variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/ |
H A D | draw_cmd.cpp | 1378 DrawCmdList& cmdList, const TextBlob* textBlob, scalar x, scalar y, Paint& p) in GenerateCachedOpItem() 1471 Paint p; in GenerateCachedOpItem() local 1622 for (size_t h : groupInfo.maskIndexes) { in MergeDrawingPath() local
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/ |
H A D | ext_decoder.cpp | 476 int h = ZERO; in HeapMemAlloc() local 1533 static uint32_t u8ToU32(const uint8_t* p) in HeapMemAlloc()
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/ |
H A D | hvigor-wrapper.js | 15 …"),p="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=type… function
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/ |
H A D | hvigor-wrapper.js | 15 …"),p="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=type… function
|
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/ |
H A D | hvigor-wrapper.js | 16 …"),p="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=type… method in _e.u
|