Home
last modified time | relevance | path

Searched +defs:h +defs:p (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/commonlibrary/c_utils/base/include/
H A Dpubdef.h38 #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 Dhcodec_utils.h27 inline uint32_t GetYuv420Size(uint32_t w, uint32_t h) in GetYuv420Size()
48 const uint8_t* p = reinterpret_cast<const uint8_t*>(&param); in AppendToVector() local
H A Dhencoder.cpp269 int32_t h = 0; in OnConfigureBuffer() local
286 int8_t* p = reinterpret_cast<int8_t*>(&param); 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 Dbitmap_test.cpp276 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 Drender_resource_cache.h105 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 Ddetailed_ecc_key_params.h31 HcfBigInteger p; member
47 int32_t h; member
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/engine/
H A Dengine_value_manager.cpp59 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 Dtask.h211 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 Dimage_codec.h41 inline uint32_t GetYuv420Size(uint32_t w, uint32_t h) in GetYuv420Size()
216 int8_t* p = reinterpret_cast<int8_t*>(&param); variable
237 const int8_t* p = reinterpret_cast<const int8_t*>(&param); variable
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dmaterial_component_manager.cpp174 …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 Dnapi_utils.cpp592 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 Drosen_decoration_painter.cpp851 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 Dhvigor-wrapper.js16 "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 Datomicserviceweb.js1306 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 Drender_backend_gles.cpp1402 …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 Dtreeview.js180 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 Ddraw_cmd.cpp1378 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 Dext_decoder.cpp476 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 Dhvigor-wrapper.js15 …"),p="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=type… function
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/
H A Dhvigor-wrapper.js15 …"),p="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=type… function
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/
H A Dhvigor-wrapper.js16 …"),p="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=type… method in _e.u