Home
last modified time | relevance | path

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

/foundation/resourceschedule/ffrt/src/internal_inc/
Dosal.h44 static inline void GetProcessName(char* processName, int bufferLength) in GetProcessName()
/foundation/arkui/napi/test/unittest/
Dtest_napi_ext.cpp59 size_t bufferLength = 0; variable
78 size_t bufferLength = 0; variable
99 size_t bufferLength = 0; variable
119 size_t bufferLength = 0; variable
138 size_t bufferLength = 0; variable
/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/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/media_foundation/engine/plugin/plugins/ffmpeg_adapter/audio_decoder/
Daudio_ffmpeg_decoder_plugin.cpp506 auto bufferLength = inputMemory->GetSize(); in SendBufferLocked() local
/foundation/multimedia/av_session/services/session/ipc/stub/
Davsession_service_stub.cpp168 int bufferLength = GetAVQueueInfosImgLength(avQueueInfos); in HandleGetHistoricalAVQueueInfos() local
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_decoder/
Dvideo_ffmpeg_decoder_plugin.cpp459 auto bufferLength = inputMemory->GetSize(); in SendBufferLocked() local
/foundation/multimedia/av_session/services/session/ipc/proxy/
Davsession_service_proxy.cpp214 int bufferLength = reply.ReadInt32(); in GetHistoricalAVQueueInfos() local
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
Dgltf2_util.cpp129 const size_t bufferLength = accessor.bufferView->buffer->byteLength; in Read() local
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
Dexif_info.cpp1561 ByteOrderedBuffer::ByteOrderedBuffer(const uint8_t *fileBuf, uint32_t bufferLength) in ByteOrderedBuffer()