/device/soc/rockchip/common/sdk_linux/drivers/nvmem/ |
H A D | rockchip-otp.c | 76 int size;
member 195 .size = 0x40,
256 otp_config.size = data->size;
in rockchip_otp_probe()
|
/device/soc/rockchip/rk3399/hardware/display/src/display_device/ |
H A D | hdi_gfx_composition.cpp | 87 DISPLAY_DEBUGLOG("layers size %{public}zd", layers.size()); in SetLayers() 101 DISPLAY_DEBUGLOG("composer layers size %{public}zd", mCompLayers.size()); in SetLayers() 177 DISPLAY_DEBUGLOG("composer layers size %{public}zd", mCompLayers.size()); in Apply() 178 for (uint32_t i = 0; i < mCompLayers.size(); i++) { in Apply()
|
/device/soc/rockchip/rk3399/hardware/display/src/display_gralloc/ |
H A D | hi_gbm.c | 91 bo->size = dumb->size; in InitGbmBo() 135 "%{public}d size %{public}llu", in hdi_gbm_bo_create() 136 format, dumb.width, dumb.height, dumb.bpp, dumb.pitch, dumb.size); in hdi_gbm_bo_create() 140 "fmt 0x%{public}x create dumb width: %{public}d height: %{public}d stride %{public}d size %{public}u", format, in hdi_gbm_bo_create() 141 bo->width, bo->height, bo->stride, bo->size); in hdi_gbm_bo_create()
|
/device/soc/rockchip/rk3566/hardware/display/src/display_device/ |
H A D | hdi_gfx_composition.cpp | 91 DISPLAY_LOGD("layers size %{public}zd", layers.size()); in SetLayers() 105 DISPLAY_LOGD("composer layers size %{public}zd", mCompLayers.size()); in SetLayers() 181 DISPLAY_LOGD("composer layers size %{public}zd", mCompLayers.size()); in Apply() 182 for (uint32_t i = 0; i < mCompLayers.size(); i++) { in Apply()
|
/device/soc/rockchip/rk3568/hardware/omx_il/osal/ |
H A D | Rockchip_OSAL_ColorUtils.cpp | 102 OMX_BOOL findCodecAspects(OMX_U32 colorAspects, OMX_U32 *codecAspects, MapAspects *mapAspects, OMX_U32 size) in findCodecAspects() argument 107 for (i = 0; i < size; i++) { in findCodecAspects() 118 OMX_BOOL findColorAspects(OMX_U32 codecAspects, OMX_U32 *colorAspects, MapAspects *mapAspects, OMX_U32 size) in findColorAspects() argument 123 for (i = 0; i < size; i++) { in findColorAspects()
|
/device/soc/rockchip/rk3588/hardware/display/src/display_device/ |
H A D | hdi_gfx_composition.cpp | 91 DISPLAY_LOGD("layers size %{public}zd", layers.size());
in SetLayers() 105 DISPLAY_LOGD("composer layers size %{public}zd", mCompLayers.size());
in SetLayers() 181 DISPLAY_LOGD("composer layers size %{public}zd", mCompLayers.size());
in Apply() 182 for (uint32_t i = 0; i < mCompLayers.size(); i++) {
in Apply()
|
/test/ostest/wukong/report/src/ |
H A D | statistics_event.cpp | 37 uint32_t curElementTypeLength = curEventStatisticsMsgPtr->eventTypes_.size(); in StatisticsDetail() 91 if (index != curStatisticsMsgPtr->eventTypes_.size()) { in SrcDatasPretreatment() 100 if (curStatisticsMsgPtr->eventTypeRecord_.size() > index) { in SrcDatasPretreatment() 144 if (curEventStatisticsMsgPtr->eventTypeRecord_.size() > index) { in GlobalElementTypesStatistics()
|
/test/testfwk/arkxtest/uitest/cj/ |
H A D | uitest_ffi.cpp | 83 if (id == "Component.inputText" && paramList.size() > 0) { in PreprocessTransaction() 87 } else if (id == "Driver.inputText" && paramList.size() > 1) { in PreprocessTransaction() 92 if (paramList.size() < 1 || paramList.at(0).type() != nlohmann::detail::value_t::string) { in PreprocessTransaction() 122 if (g_backendObjsAboutToDelete.size() >= BACKEND_OBJ_GC_BATCH) { in CJTransact()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/customcomponent/ |
H A D | customcomponent_event_test.cpp | 75 ArkUI_AttributeItem widthItem = { .value = widthValue, .size = sizeof(widthValue) / sizeof(ArkUI_NumberValue) }; in CreateNativeNode() 78 ArkUI_AttributeItem heightItem = { .value = heightValue, .size = sizeof(widthValue) / sizeof(ArkUI_NumberValue) }; in CreateNativeNode() 124 auto size = OH_ArkUI_DrawContext_GetSize(cavaseContext); in CreateNativeNode() 145 "LayoutConstraint size.width %{public}d", size.width); in CreateNativeNode()
|
/test/xts/acts/arkui/ace_ets_web_napis/entry/src/main/cpp/ |
H A D | hello.cpp | 55 int32_t size = 2; in ValidCallback() local 56 OH_NativeArkWeb_RegisterJavaScriptProxy(webName, "ndkProxy", methodName, callback, size, false); in ValidCallback() 130 int32_t size = 3; in RegisterJavaScriptProxy() local 131 OH_NativeArkWeb_RegisterJavaScriptProxy(webNameValue, "ndkProxy", methodName, callback, size, false); in RegisterJavaScriptProxy()
|
/test/xts/acts/hiviewdfx/utils/native/ |
H A D | file_utils.cpp | 38 if (cmd.size() == 0) { in ExecCmdWithRet() 63 return resvec.size(); in ExecCmdWithRet() 139 for (unsigned long i = 0; i < para.size(); i++) { in CheckInfo() 145 if (matchcnt == para.size()) { in CheckInfo()
|
/test/xts/device_attest_lite/interfaces/kit/js/src/ |
H A D | native_device_attest.cpp | 118 size_t size = sizeof(attestResultInfo->softwareResultDetail) / sizeof(int32_t); in SetJsResult() local 119 if (size > 0) { in SetJsResult() 121 array = JSI::CreateArray(size); in SetJsResult() 128 for (size_t i = 0; i != size; ++i) { in SetJsResult()
|
/test/xts/hats/hdf/audio/idl/common/adapter_multchannel/src/ |
H A D | audio_adapter_direct_test.cpp | 114 uint32_t size = g_audioAdapterNumMax;
in SetUp() local 122 ASSERT_EQ(HDF_SUCCESS, manager_->GetAllAdapters(manager_, adapterDescs_, &size));
in SetUp() 123 if (size > g_audioAdapterNumMax) {
in SetUp() 125 ASSERT_LT(size, g_audioAdapterNumMax);
in SetUp()
|
/test/xts/hats/hdf/camera/cameraHdi/v4l2/include/ |
H A D | test_display.h | 88 // This should get the size setting according to the bottom layer 149 int32_t SaveYUV(char* type, unsigned char* buffer, int32_t size); 169 void StoreImage(const unsigned char *bufStart, const uint32_t size) const; 170 void StoreVideo(const unsigned char *bufStart, const uint32_t size) const; 172 void PrintFaceDetectInfo(const unsigned char *bufStart, const uint32_t size) const;
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
H A D | hmac_wapi.h | 60 #define WAPI_IE_SUIT_TYPE_SIZE 1 /* suit type size */ 73 #define padding(x, size) (((x) + (size) - 1) & (~ ((size) - 1)))
|
/device/soc/hisilicon/common/hal/display/source/display_gralloc/src/ |
H A D | drm_allocator.cpp | 55 "size %{public}llu", in Allocate() 56 handle.format, dumb.width, dumb.height, dumb.bpp, dumb.pitch, dumb.size); in Allocate() 64 handle.size = dumb.size; in Allocate()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/ |
H A D | osal_platform.c | 81 int osal_platform_get_modparam_string(void *pdev, const char *name, unsigned int size, char *value) in osal_platform_get_modparam_string() argument 90 if (strncpy_s(value, size, string, size - 1) != EOK) { in osal_platform_get_modparam_string()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/lzmaram/ |
H A D | lzmaram.c | 26 static hi_pbyte lzma_alloc(hi_pbyte unused, size_t size) in lzma_alloc() argument 29 hi_pbyte addr = (hi_pbyte)boot_malloc(size); in lzma_alloc() 31 boot_msg1("\n LZMA_Alloc fail= ", size); in lzma_alloc() 48 * @brief : get file size and dictionary size before LZMA compressed 51 * get file size and dictionary size before LZMA compressed 55 * @param pulDecompressedDataLen [OUT] type #unsigned int*, size before compressed 56 * @param dic_size [OUT] type #unsigned int* , dictionary size 73 boot_msg1("[lzma get uncompress len]head size", head_siz in hi_lzma_get_uncompress_len() [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/include/ |
H A D | hi_flashboot.h | 78 * @param total_size [IN] type #hi_u32,total size of factory NV. 80 * @param block_size [IN] type #hi_u32,block size of factory NV. 181 hi_u32 size : 24; /* Size of the parition(Unit:byte). CNcomment:Flash分区大小(单位:byte)CNend */ member 442 * @param size [IN] type #hi_u16,Number of bits to be read. If the input is not 8-bit aligned, 455 hi_u32 hi_efuse_usr_read(hi_u16 start_bit, hi_u16 size, hi_u8 *key_data); 469 * @param size [IN] type #hi_u16,Number of bits to be written. 1-to-256-bit write is supported. 481 hi_u32 hi_efuse_usr_write(hi_u16 start_bit, hi_u16 size, const hi_u8 *key_data); 520 * @param size [IN] type #hi_u32,Length of the data to be erased (unit: byte). 548 * @param size [IN] type #hi_u32,Length of the data to be written (unit: byte). 574 * @param size [I [all...] |
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/ |
H A D | mali_memory_types.h | 35 /* for block type, the block_phy is alway page size align 82 u32 size; member 119 uint32_t size; /* GPU allocation virtual size */ member 141 u32 vsize; /* virtual size*/ 142 u32 psize; /* physical backend memory size*/ 195 u32 size; member
|
H A D | mali_memory_util.c | 69 atomic_sub(mem_bkend->size / MALI_MMU_PAGE_SIZE, &session->mali_mem_array[mem_bkend->type]); in _mali_free_allocation_mem() 77 atomic_sub(mem_bkend->size / MALI_MMU_PAGE_SIZE, &session->mali_mem_array[mem_bkend->type]); in _mali_free_allocation_mem() 84 atomic_sub(mem_bkend->size / MALI_MMU_PAGE_SIZE, &session->mali_mem_array[mem_bkend->type]); in _mali_free_allocation_mem()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/ |
H A D | mali_memory_types.h | 36 /* for block type, the block_phy is alway page size align 83 u32 size; member 120 uint32_t size; /* GPU allocation virtual size */ member 141 u32 vsize; /* virtual size */ 142 u32 psize; /* physical backend memory size */ 198 u32 size; member
|
H A D | mali_memory_util.c | 69 atomic_sub(mem_bkend->size / MALI_MMU_PAGE_SIZE, &session->mali_mem_array[mem_bkend->type]); in _mali_free_allocation_mem() 77 atomic_sub(mem_bkend->size / MALI_MMU_PAGE_SIZE, &session->mali_mem_array[mem_bkend->type]); in _mali_free_allocation_mem() 84 atomic_sub(mem_bkend->size / MALI_MMU_PAGE_SIZE, &session->mali_mem_array[mem_bkend->type]); in _mali_free_allocation_mem()
|
/device/soc/rockchip/rk2206/sdk_liteos/platform/startup/ |
H A D | startup_rk2206.S | 65 .size __Vectors, . - __Vectors 126 .size Reset_Handler, . - Reset_Handler 136 .size Default_Handler, . - Default_Handler
|
/test/testfwk/developer_test/aw/cxx/distributed/utils/ |
H A D | csv_transform_xml.h | 68 int testCaseSum = vecLines_.size() / 3; // one item case_result from csv includes 3 strings in FileOperate() 81 while (i < vecLines_.size()) { in FileOperate() 126 pos1 = pos2 + c.size(); in SplitString()
|