Searched refs:WriteToBuffer (Results 1 - 11 of 11) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/src/ |
H A D | output.cpp | 50 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 D | output.h | 42 void WriteToBuffer(ProcessData& data);
|
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/ |
H A D | types.h | 208 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 D | blob.h | 171 bool WriteToBuffer(uint8_t *&cursorPtr, int &bufferLeftSize) const;
|
/foundation/multimedia/av_codec/services/services/codec/ipc/ |
H A D | buffer_converter.h | 36 int32_t WriteToBuffer(std::shared_ptr<AVBuffer> &buffer, std::shared_ptr<AVSharedMemory> &memory);
|
H A D | buffer_converter.cpp | 201 int32_t BufferConverter::WriteToBuffer(std::shared_ptr<AVBuffer> &buffer, std::shared_ptr<AVSharedMemory> &memory) in WriteToBuffer() function in OHOS::MediaAVCodec::BufferConverter
|
H A D | codec_listener_stub.cpp | 510 converter_->WriteToBuffer(buffer, memory); in WriteInputMemoryToParcel()
|
/foundation/distributeddatamgr/kv_store/test/fuzztest/blob_fuzzer/ |
H A D | blob_fuzzer.cpp | 85 blob8.WriteToBuffer(writePtr, count); in LLVMFuzzerTestOneInput()
|
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/ |
H A D | buffer_converter_unit_test.cpp | 376 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 D | blob.cpp | 187 bool Blob::WriteToBuffer(uint8_t *&cursorPtr, int &bufferLeftSize) const in WriteToBuffer() function in OHOS::DistributedKv::Blob
|
/foundation/distributeddatamgr/kv_store/frameworks/common/ |
H A D | itypes_util.h | 508 if (!input.WriteToBuffer(cursor, leftSize)) { in MarshalToBuffer() 535 if (!entry.WriteToBuffer(cursor, left)) { in MarshalToBuffer()
|
Completed in 8 milliseconds