Home
last modified time | relevance | path

Searched defs:buf_size (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
H A Dencoders_test.cpp200 static constexpr size_t buf_size = (MAX_INT21_VALUE - vixl::aarch64::kPageSize) * 2 + code_offset; in TEST_F() local
/arkcompiler/runtime_core/libziparchive/
H A Dzip_archive.cpp145 int ExtractToMemory(ZipArchiveHandle &handle, void *buf, size_t buf_size) in ExtractToMemory() argument
156 int CreateOrAddFileIntoZip(const char *zipname, const char *filename, const void *pbuf, size_t buf_size, int append, in CreateOrAddFileIntoZip() argument
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H A Drtp_codec_ts.cpp160 int RtpDecoderTs::StaticReadPacket(void *opaque, uint8_t *buf, int buf_size) in StaticReadPacket() argument
172 int RtpDecoderTs::ReadPacket(uint8_t *buf, int buf_size) in ReadPacket() argument
398 int RtpEncoderTs::WritePacket(void *opaque, uint8_t *buf, int buf_size) in WritePacket() argument

Completed in 2 milliseconds