Home
last modified time | relevance | path

Searched refs:WriteToBuffer (Results 1 - 11 of 11) sorted by relevance

/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
/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/include/
H A Doutput.h42 void WriteToBuffer(ProcessData& data);
/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, bufferLeftSize); in WriteToBuffer()
H A Dblob.h171 bool WriteToBuffer(uint8_t *&cursorPtr, int &bufferLeftSize) const;
/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<AVSharedMemory> &memory) in WriteToBuffer() function in OHOS::MediaAVCodec::BufferConverter
H A Dcodec_listener_stub.cpp510 converter_->WriteToBuffer(buffer, memory); in WriteInputMemoryToParcel()
/foundation/distributeddatamgr/kv_store/test/fuzztest/blob_fuzzer/
H A Dblob_fuzzer.cpp85 blob8.WriteToBuffer(writePtr, count); in LLVMFuzzerTestOneInput()
/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_); in HWTEST_F()
391 int32_t ret = converter_->WriteToBuffer(buffer_, memory_); in HWTEST_F()
406 int32_t ret = converter_->WriteToBuffer(buffer_, memory_); in HWTEST_F()
/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
/foundation/distributeddatamgr/kv_store/frameworks/common/
H A Ditypes_util.h508 if (!input.WriteToBuffer(cursor, leftSize)) { in MarshalToBuffer()
535 if (!entry.WriteToBuffer(cursor, left)) { in MarshalToBuffer()

Completed in 8 milliseconds