Home
last modified time | relevance | path

Searched defs:buffer (Results 301 – 325 of 2207) sorted by relevance

1...<<11121314151617181920>>...89

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
H A Dpixel_map_test.cpp59 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 Dimage_load.cpp64 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 Dsoftbus_adapter.cpp81 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 Dfork_node.cpp118 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 Dinterface_test.cpp214 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 Daudio_server_sink_plugin_test.cpp244 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 Dcodec_component_type_service.c162 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 Dpasteboardclient_fuzzer.cpp61 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 Dclip_builder.cpp43 void* buffer = tensor->GetBuffer(); in SetMax() local
65 void* buffer = tensor->GetBuffer(); in SetMin() local
H A Dpow_builder.cpp46 void* buffer = tensor->GetBuffer(); in SetScale() local
68 void* buffer = tensor->GetBuffer(); in SetShift() local
H A Dtop_k_builder.cpp40 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 Dset_device_prop_value_data.cpp42 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 Dimage_source_filter.cpp48 …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 DTestPluginManager.cpp139 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 Dbit_reader.h35 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 Dnative_node_napi.cpp222 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 Dfile.cpp33 char buffer[PATH_MAX + 1] = { 0 }; in RealPath() local
/ohos5.0/foundation/arkui/napi/utils/platform/windows/
H A Dfile.cpp33 char buffer[PATH_MAX + 1] = { 0 }; in RealPath() local
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/include/
H A Dlog_collector.h28 explicit LogCollector(HilogBuffer& buffer) : m_hilogBuffer(buffer) in LogCollector()
/ohos5.0/base/account/os_account/interfaces/kits/capi/osaccount/src/
H A Dos_account.cpp24 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 Dserver.c28 char buffer[MAX_BUFFER_SIZE] = { 0 }; in main() local
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/camera/include/
H A Dcontig_dma.h18 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 Dextra_data.h41 std::vector<uint8_t> buffer; member
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/include/
H A Dmetadata_accessor_factory.h31 uint8_t *buffer = nullptr; member
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/creator/include/
H A Dimage_creator_buffer_processor.h32 void BufferRelease(sptr<SurfaceBuffer>& buffer) override in BufferRelease()

1...<<11121314151617181920>>...89