/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/ |
H A D | pixel_map_test.cpp | 59 void *buffer = malloc(bufferSize); in ConstructPixmap() local 91 void *buffer = malloc(bufferSize); in ConstructPixmap() local 166 uint8_t buffer[]) in CreateBuffer() 1514 void *buffer = malloc(bufferSize); variable 1589 void *buffer = malloc(bufferSize); variable 1640 void *buffer = malloc(bufferSize); variable 2044 uint8_t buffer[colorLength] = {0}; variable 2081 uint8_t buffer[colorLength] = {0}; variable 2123 uint8_t buffer[colorLength] = {0}; variable 2173 uint8_t buffer[colorLength] = {0}; variable [all …]
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/imgdecode/ |
H A D | image_load.cpp | 64 bool ImageLoad::UncompressImageInZip(ImageInfo& imageInfo, uint8_t* buffer, uint32_t size) in UncompressImageInZip() 172 bool ImageLoad::UnZip2ImageInfo(ImageInfo& imageInfo, uint8_t* buffer, uint32_t size) in UnZip2ImageInfo() 188 uint8_t* buffer = reinterpret_cast<uint8_t*>(UIMalloc(size)); in GetImageInfo() local
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/softbus_adapter/ |
H A D | softbus_adapter.cpp | 81 int32_t SoftbusAdapter::SendSoftbusEvent(std::shared_ptr<DSchedDataBuffer> buffer) in SendSoftbusEvent() 96 int32_t SoftbusAdapter::DealSendSoftbusEvent(std::shared_ptr<DSchedDataBuffer> buffer, const int32_… in DealSendSoftbusEvent() 123 int32_t SoftbusAdapter::RetrySendSoftbusEvent(std::shared_ptr<DSchedDataBuffer> buffer, const int32… in RetrySendSoftbusEvent()
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/nodes/src/fork_node/ |
H A D | fork_node.cpp | 118 static void CopyBufferToForkBuffer(std::shared_ptr<IBuffer>& buffer, std::shared_ptr<IBuffer>& fork… in CopyBufferToForkBuffer() 144 void ForkNode::DeliverBuffer(std::shared_ptr<IBuffer>& buffer) in DeliverBuffer() 249 std::shared_ptr<IBuffer> buffer = nullptr; in DrainForkBufferPool() local
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | interface_test.cpp | 214 uint8_t *buffer = reinterpret_cast<uint8_t *>(malloc(bufferSize)); variable 235 uint8_t *buffer = nullptr; variable 254 uint8_t *buffer = reinterpret_cast<uint8_t *>(malloc(bufferSize)); variable
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/media_sink_test/ |
H A D | audio_server_sink_plugin_test.cpp | 244 const std::shared_ptr<AVBuffer> buffer = AVBuffer::CreateAVBuffer(config); variable 345 const std::shared_ptr<AVBuffer> buffer = AVBuffer::CreateAVBuffer(config); variable 377 std::shared_ptr<AVBuffer> buffer = AVBuffer::CreateAVBuffer(alloc, size); variable 402 std::shared_ptr<AVBuffer> buffer = AVBuffer::CreateAVBuffer(alloc, size); variable 423 uint8_t* buffer = data; variable 437 uint8_t* buffer = data; variable
|
/ohos5.0/drivers/peripheral/codec/hal/src/ |
H A D | codec_component_type_service.c | 162 uint32_t portIndex, struct OmxCodecBuffer *buffer) in CodecComponentTypeUseBuffer() 175 uint32_t portIndex, struct OmxCodecBuffer *buffer) in CodecComponentTypeAllocateBuffer() 188 const struct OmxCodecBuffer *buffer) in CodecComponentTypeFreeBuffer() 202 const struct OmxCodecBuffer *buffer) in CodecComponentTypeEmptyThisBuffer() 213 const struct OmxCodecBuffer *buffer) in CodecComponentTypeFillThisBuffer() 249 struct OmxCodecBuffer *buffer, uint32_t portIndex, int8_t *eglImage, uint32_t eglImageLen) in CodecComponentTypeUseEglImage()
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/test/fuzztest/pasteboardclient_fuzzer/ |
H A D | pasteboardclient_fuzzer.cpp | 61 std::vector<uint8_t> buffer; in FuzzPasteboardclient() local 220 std::vector<std::uint8_t> buffer = {rawData, rawData + size}; in FuzzPasteData002() local 240 std::vector<std::uint8_t> buffer = {rawData, rawData + size}; in FuzzPastedataProperty() local 248 std::vector<std::uint8_t> buffer = {rawData, rawData + size}; in FuzzPastedataRecord() local 288 std::vector<std::uint8_t> buffer = {rawData, rawData + size}; in FuzzPastedataRecord002() local 332 std::vector<std::uint8_t> buffer = {rawData, rawData + size}; in FuzzMinecustomData() local
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/ |
H A D | clip_builder.cpp | 43 void* buffer = tensor->GetBuffer(); in SetMax() local 65 void* buffer = tensor->GetBuffer(); in SetMin() local
|
H A D | pow_builder.cpp | 46 void* buffer = tensor->GetBuffer(); in SetScale() local 68 void* buffer = tensor->GetBuffer(); in SetShift() local
|
H A D | top_k_builder.cpp | 40 void* buffer = tensor->GetBuffer(); in SetSorted() local 62 void* buffer = tensor->GetBuffer(); in SetAxis() local
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/ |
H A D | set_device_prop_value_data.cpp | 42 int SetDevicePropValueData::Parser(const std::vector<uint8_t> &buffer, int32_t readSize) in Parser() 94 void SetDevicePropValueData::PaserPropValue(const std::vector<uint8_t> &buffer, size_t &offset, uin… in PaserPropValue()
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/filters/source/ |
H A D | image_source_filter.cpp | 48 …eInputBufferIfNeed(std::shared_ptr<EffectBuffer> &srcBuffer, std::shared_ptr<EffectBuffer> &buffer, in UpdateInputBufferIfNeed() 110 std::shared_ptr<EffectBuffer> buffer = srcBuffer_; in Start() local
|
/ohos5.0/foundation/multimedia/media_foundation/test/unittest/ |
H A D | TestPluginManager.cpp | 139 Status ReadAt(int64_t offset, std::shared_ptr<Buffer> &buffer, size_t expectedLen) override in ReadAt() 160 Status ReadAt(int64_t offset, std::shared_ptr<Buffer> &buffer, size_t expectedLen) override in ReadAt()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/utils/ |
H A D | bit_reader.h | 35 BitReader(const T* buffer, size_t bufferSize) : BitReader(buffer, buffer + bufferSize) in BitReader() 85 void Reset(const T* buffer, size_t bufferSize) in Reset()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | native_node_napi.cpp | 222 ArkUI_NodeHandle node, char* buffer, int32_t bufferSize, int32_t* writeLength) in OH_ArkUI_GetNavigationId() 237 ArkUI_NodeHandle node, char* buffer, int32_t bufferSize, int32_t* writeLength) in OH_ArkUI_GetNavDestinationName() 265 ArkUI_NodeHandle node, int32_t index, char* buffer, int32_t bufferSize, int32_t* writeLength) in OH_ArkUI_GetNavDestinationNameByIndex() 280 ArkUI_NodeHandle node, char* buffer, int32_t bufferSize, int32_t* writeLength) in OH_ArkUI_GetNavDestinationId() 356 ArkUI_NodeHandle node, char* buffer, int32_t bufferSize, int32_t* writeLength) in OH_ArkUI_GetRouterPageName() 371 ArkUI_NodeHandle node, char* buffer, int32_t bufferSize, int32_t* writeLength) in OH_ArkUI_GetRouterPagePath() 403 ArkUI_NodeHandle node, char* buffer, int32_t bufferSize, int32_t* writeLength) in OH_ArkUI_GetRouterPageId()
|
/ohos5.0/foundation/arkui/napi/utils/platform/unix_like/ |
H A D | file.cpp | 33 char buffer[PATH_MAX + 1] = { 0 }; in RealPath() local
|
/ohos5.0/foundation/arkui/napi/utils/platform/windows/ |
H A D | file.cpp | 33 char buffer[PATH_MAX + 1] = { 0 }; in RealPath() local
|
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/include/ |
H A D | log_collector.h | 28 explicit LogCollector(HilogBuffer& buffer) : m_hilogBuffer(buffer) in LogCollector()
|
/ohos5.0/base/account/os_account/interfaces/kits/capi/osaccount/src/ |
H A D | os_account.cpp | 24 OsAccount_ErrCode OH_OsAccount_GetName(char *buffer, size_t buffer_size) in OH_OsAccount_GetName()
|
/ohos5.0/base/startup/init/test/exec_test/ |
H A D | server.c | 28 char buffer[MAX_BUFFER_SIZE] = { 0 }; in main() local
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/camera/include/ |
H A D | contig_dma.h | 18 static inline struct dma_addr_t *ContigDmaGetAddr(struct CameraBuffer *buffer, uint32_t planeId) in ContigDmaGetAddr()
|
/ohos5.0/foundation/multimodalinput/input/interfaces/native/innerkits/proxy/include/ |
H A D | extra_data.h | 41 std::vector<uint8_t> buffer; member
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/include/ |
H A D | metadata_accessor_factory.h | 31 uint8_t *buffer = nullptr; member
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/creator/include/ |
H A D | image_creator_buffer_processor.h | 32 void BufferRelease(sptr<SurfaceBuffer>& buffer) override in BufferRelease()
|