Home
last modified time | relevance | path

Searched defs:buffer (Results 226 - 250 of 5476) sorted by relevance

12345678910>>...220

/device/board/hisilicon/hispark_aries/uboot/secureboot_release/
H A Daeskey2reg.c42 char buffer[0x100]; in main() local
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/tl/
H A Dmali_kbase_tl_serialize.h45 static inline size_t kbasep_serialize_bytes(char *buffer, size_t pos, const void *bytes, size_t len) in kbasep_serialize_bytes() argument
68 kbasep_serialize_string(char *buffer, size_t pos, const char *string, size_t max_write_size) kbasep_serialize_string() argument
103 kbasep_serialize_timestamp(void *buffer, size_t pos) kbasep_serialize_timestamp() argument
[all...]
/device/soc/rockchip/rk3568/hardware/codec/jpeg/src/
H A Dcodec_jpeg_interface.cpp44 static int32_t AllocateBuffer(BufferHandle **buffer, uint32_t size) in AllocateBuffer() argument
54 static int32_t FreeBuffer(BufferHandle *buffer) in FreeBuffer() argument
64 static int32_t DoJpegDecode(BufferHandle *buffer, BufferHandle *outBuffer, const struct CodecJpegDecInfo *decInfo) in DoJpegDecode() argument
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/inc/
H A Dmpp_bitwrite.h28 RK_U8 *buffer; /* point to first byte of stream */ member
/device/soc/rockchip/rk3588/hardware/codec/jpeg/src/
H A Dcodec_jpeg_interface.cpp49 static int32_t AllocateBuffer(BufferHandle **buffer, uint32_t size) in AllocateBuffer() argument
80 static int32_t FreeBuffer(BufferHandle *buffer) in FreeBuffer() argument
99 DoJpegDecode(BufferHandle *buffer, BufferHandle *outBuffer, const struct CodecJpegDecInfo *decInfo, CodecJpegCallbackHwi *callback) DoJpegDecode() argument
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_cpu_queue_debugfs.c126 kbase_csf_cpu_queue_dump(struct kbase_context *kctx, u64 buffer, size_t buf_size) kbase_csf_cpu_queue_dump() argument
186 kbase_csf_cpu_queue_dump(struct kbase_context *kctx, u64 buffer, size_t buf_size) kbase_csf_cpu_queue_dump() argument
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tl/
H A Dmali_kbase_tl_serialize.h44 kbasep_serialize_bytes( char *buffer, size_t pos, const void *bytes, size_t len) kbasep_serialize_bytes() argument
71 kbasep_serialize_string( char *buffer, size_t pos, const char *string, size_t max_write_size) kbasep_serialize_string() argument
113 kbasep_serialize_timestamp(void *buffer, size_t pos) kbasep_serialize_timestamp() argument
[all...]
/foundation/ability/idl_tool/idl_tool_2/hash/
H A Dhash.cpp96 std::stringstream buffer; in GenFileHashKey() local
/foundation/ai/ai_engine/services/common/utils/file_operation/source/
H A Dfile_operation.cpp62 int ReadFile(const char *fileName, long long fileSize, long long countNumber, char *buffer) in ReadFile() argument
/foundation/ai/neural_network_runtime/test/unittest/common/v2_0/
H A Dexecutor_mock_device.cpp32 void* buffer = malloc(length); in AllocateBuffer() local
45 OH_NN_ReturnCode HDIDeviceV2_0::ReleaseBuffer(const void* buffer) in ReleaseBuffer() argument
/foundation/ability/dmsfwk/services/dtbschedmgr/src/softbus_adapter/
H A Dsoftbus_adapter_common.cpp37 int32_t SoftbusAdapter::SendSoftbusEvent(std::shared_ptr<DSchedDataBuffer> buffer) in SendSoftbusEvent() argument
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v1_0/hdi_cpu_service/src/
H A Dshared_buffer_parser.cpp48 SharedBuffer buffer; in Init() local
62 int32_t SharedBufferParser::Init(const SharedBuffer& buffer) in Init() argument
[all...]
/foundation/ability/dmsfwk_lite/moduletest/dtbschedmgr_lite/source/
H A Dtlv_parse_test.cpp32 static void RunTest(const uint8_t *buffer, uint16_t bufferLen, in RunTest() argument
55 uint8_t buffer[] = { in HWTEST_F() local
85 uint8_t buffer[] = { in HWTEST_F() local
132 uint8_t buffer[] = { in HWTEST_F() local
154 uint8_t buffer[] = { }; HWTEST_F() local
170 uint8_t buffer[] = { HWTEST_F() local
188 uint8_t buffer[] = { HWTEST_F() local
206 uint8_t buffer[] = { HWTEST_F() local
227 uint8_t buffer[] = { HWTEST_F() local
250 uint8_t buffer[] = { HWTEST_F() local
273 uint8_t buffer[] = { HWTEST_F() local
296 uint8_t buffer[] = { HWTEST_F() local
[all...]
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/src/
H A Dshared_buffer_parser.cpp48 SharedBuffer buffer; in Init() local
62 int32_t SharedBufferParser::Init(const SharedBuffer& buffer) in Init() argument
[all...]
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dmemory_manager.cpp51 OH_NN_ReturnCode MemoryManager::UnMapMemory(const void* buffer) in UnMapMemory() argument
77 OH_NN_ReturnCode MemoryManager::GetMemory(const void* buffer, Memory& memory) in GetMemory() argument
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/softbus_adapter/
H A Dsoftbus_adapter_test.cpp60 std::shared_ptr<DSchedDataBuffer> buffer = std::make_shared<DSchedDataBuffer>(sendDataLen); in HWTEST_F() local
H A Dsoftbus_adapter_common_test.cpp58 std::shared_ptr<DSchedDataBuffer> buffer = std::make_shared<DSchedDataBuffer>(sendDataLen); in HWTEST_F() local
/foundation/ai/neural_network_runtime/test/unittest/components/memory_manager/
H A Dmemory_manager_test.cpp159 void* buffer = memoryManager->MapMemory(fd, length); in HWTEST_F() local
172 void* buffer = nullptr; in HWTEST_F() local
186 void* buffer = malloc(10); in HWTEST_F() local
214 void* buffer = memoryManager->MapMemory(fd, length); in HWTEST_F() local
[all...]
/foundation/ai/neural_network_runtime/test/unittest/common/v1_0/
H A Dexecutor_mock_device.cpp32 void* buffer = malloc(length); in AllocateBuffer() local
46 OH_NN_ReturnCode HDIDeviceV1_0::ReleaseBuffer(const void* buffer) in ReleaseBuffer() argument
[all...]
/foundation/ability/dmsfwk/test/fuzztest/softbusadapter_fuzzer/
H A Dsoftbusadapter_fuzzer.cpp32 std::shared_ptr<DSchedDataBuffer> buffer = std::make_shared<DSchedDataBuffer>(size); in FuzzSendSoftbusEvent() local
/foundation/ability/ability_runtime/frameworks/cj/ffi/
H A Dcj_element_name_ffi.cpp45 ElementNameParams* buffer = static_cast<ElementNameParams*>(malloc(sizeof(ElementNameParams))); in FFICJElementNameGetElementNameInfo() local
H A Dcj_want_ffi.cpp63 CJWantParams* buffer = static_cast<CJWantParams*>(malloc(sizeof(CJWantParams))); in FFICJWantGetWantInfo() local
[all...]
/foundation/ability/ability_runtime/frameworks/c/ability_runtime/src/
H A Dapplication_context.cpp25 WriteStringToBuffer( const std::string &src, char* buffer, const int32_t bufferSize, int32_t* writeLength) WriteStringToBuffer() argument
40 OH_AbilityRuntime_ApplicationContextGetCacheDir( char* buffer, const int32_t bufferSize, int32_t* writeLength) OH_AbilityRuntime_ApplicationContextGetCacheDir() argument
84 OH_AbilityRuntime_ApplicationContextGetBundleName( char* buffer, const int32_t bufferSize, int32_t* writeLength) OH_AbilityRuntime_ApplicationContextGetBundleName() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_foreach_ffi.h29 char** buffer; member
/foundation/arkui/ace_engine/test/unittest/base/
H A Duobject_test.cpp139 char* buffer = nullptr; in HWTEST_F() local
170 const char* buffer = nullptr; in HWTEST_F() local
[all...]

Completed in 13 milliseconds

12345678910>>...220