Home
last modified time | relevance | path

Searched defs:bufferLength (Results 1 – 9 of 9) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
Dnstackx_dfile_frame.c144 size_t bufferLength = length; in EncodeFileHeaderFrameSp() local
213 size_t bufferLength = length; in EncodeFileHeaderConfirmFrame() local
361 int32_t DecodeDFileFrame(const uint8_t *buffer, size_t bufferLength, DFileFrame **frame) in DecodeDFileFrame()
Dnstackx_file_manager_client.c46 uint32_t bufferLength) in ReadFromFile()
/foundation/arkui/napi/test/unittest/
Dtest_napi_ext.cpp59 size_t bufferLength = 0; variable
91 size_t bufferLength = 0; variable
126 size_t bufferLength = 0; variable
146 size_t bufferLength = 0; variable
165 size_t bufferLength = 0; variable
/foundation/arkui/napi/sample/native_module_systemtest/
Djs_test_buffer_napi.cpp153 size_t bufferLength; in BufferInfoFun() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
Ddistributeddb_relational_result_set_test.cpp143 auto bufferLength = rowDataSet1.CalcLength(); variable
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
Dvideo_view.cpp486 void VideoView::FormatTime(uint32_t inSeconds, char *outBuffer, uint8_t bufferLength) in FormatTime()
/foundation/multimedia/histreamer/engine/plugin/plugins/ffmpeg_adapter/audio_decoder/
Daudio_ffmpeg_decoder_plugin.cpp454 auto bufferLength = inputMemory->GetSize(); in SendBufferLocked() local
/foundation/multimedia/histreamer/engine/plugin/plugins/ffmpeg_adapter/video_decoder/
Dvideo_ffmpeg_decoder_plugin.cpp449 auto bufferLength = inputMemory->GetSize(); in SendBufferLocked() local
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
Dexif_info.cpp1051 ByteOrderedBuffer::ByteOrderedBuffer(const uint8_t *fileBuf, uint32_t bufferLength) in ByteOrderedBuffer()