Home
last modified time | relevance | path

Searched refs:WriteToBuffer (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/src/
H A Doutput.cpp50 WriteToBuffer(data); in DoProcess()
79 WriteToBuffer(data); in EncodeToPixelMap()
80 WriteToBuffer(data); in EncodeToPixelMap()
93 void Output::WriteToBuffer(ProcessData& data) in WriteToBuffer() function in OHOS::Rosen::Output
/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dtypes.h208 bool WriteToBuffer(uint8_t *&cursorPtr, int &bufferLeftSize) const in WriteToBuffer() function
210 …return key.WriteToBuffer(cursorPtr, bufferLeftSize) && value.WriteToBuffer(cursorPtr, bufferLeftSi… in WriteToBuffer()
H A Dblob.h171 bool WriteToBuffer(uint8_t *&cursorPtr, int &bufferLeftSize) const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/include/
H A Doutput.h42 void WriteToBuffer(ProcessData& data);
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/
H A Dbuffer_converter_unit_test.cpp376 int32_t ret = converter_->WriteToBuffer(buffer_, memory_);
391 int32_t ret = converter_->WriteToBuffer(buffer_, memory_);
406 int32_t ret = converter_->WriteToBuffer(buffer_, memory_);
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/ipc/
H A Dbuffer_converter.h36 … int32_t WriteToBuffer(std::shared_ptr<AVBuffer> &buffer, std::shared_ptr<AVSharedMemory> &memory);
H A Dbuffer_converter.cpp201 int32_t BufferConverter::WriteToBuffer(std::shared_ptr<AVBuffer> &buffer, std::shared_ptr<AVSharedM… in WriteToBuffer() function in OHOS::MediaAVCodec::BufferConverter
H A Dcodec_listener_stub.cpp510 converter_->WriteToBuffer(buffer, memory); in WriteInputMemoryToParcel()
/ohos5.0/foundation/distributeddatamgr/kv_store/test/fuzztest/blob_fuzzer/
H A Dblob_fuzzer.cpp85 blob8.WriteToBuffer(writePtr, count); in LLVMFuzzerTestOneInput()
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/
H A Dblob.cpp161 bool Blob::WriteToBuffer(uint8_t *&cursorPtr, int &bufferLeftSize) const in WriteToBuffer() function in OHOS::DistributedKv::Blob
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
H A Dblob.cpp161 bool Blob::WriteToBuffer(uint8_t *&cursorPtr, int &bufferLeftSize) const in WriteToBuffer() function in OHOS::DistributedKv::Blob
/ohos5.0/base/notification/distributed_notification_service/services/test/moduletest/mock/
H A Dblob.cpp161 bool Blob::WriteToBuffer(uint8_t *&cursorPtr, int &bufferLeftSize) const in WriteToBuffer() function in OHOS::DistributedKv::Blob
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dblob.cpp187 bool Blob::WriteToBuffer(uint8_t *&cursorPtr, int &bufferLeftSize) const in WriteToBuffer() function in OHOS::DistributedKv::Blob
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/common/
H A Ditypes_util.h508 if (!input.WriteToBuffer(cursor, leftSize)) {
535 if (!entry.WriteToBuffer(cursor, left)) {