Home
last modified time | relevance | path

Searched refs:COPY_BUFFER_SIZE (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
H A Dbyte_array.cc25 const int32_t ByteArray::COPY_BUFFER_SIZE = 8192; member in sfntly::ByteArray
112 std::vector<uint8_t> b(COPY_BUFFER_SIZE); in CopyTo()
116 int32_t buffer_length = std::min<int32_t>(COPY_BUFFER_SIZE, length); in CopyTo()
133 std::vector<uint8_t> b(COPY_BUFFER_SIZE); in CopyTo()
136 int32_t buffer_length = std::min<int32_t>(COPY_BUFFER_SIZE, length); in CopyTo()
146 std::vector<uint8_t> b(COPY_BUFFER_SIZE); in CopyFrom()
149 int32_t buffer_length = std::min<int32_t>(COPY_BUFFER_SIZE, length); in CopyFrom()
166 std::vector<uint8_t> b(COPY_BUFFER_SIZE); in CopyFrom()
169 int32_t buffer_length = COPY_BUFFER_SIZE; in CopyFrom()
H A Dbyte_array.h189 static const int32_t COPY_BUFFER_SIZE; member in sfntly::ByteArray
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
H A DByteArray.java31 private static final int COPY_BUFFER_SIZE = 8192; field in ByteArray
229 byte[] b = new byte[COPY_BUFFER_SIZE]; in copyTo()
262 byte[] b = new byte[COPY_BUFFER_SIZE]; in copyTo()
282 byte[] b = new byte[COPY_BUFFER_SIZE]; in copyFrom()
303 byte[] b = new byte[COPY_BUFFER_SIZE]; in copyFrom()
/third_party/ffmpeg/tools/
H A Dqt-faststart.c101 #define COPY_BUFFER_SIZE 33554432 macro
639 bytes_to_copy = MIN(COPY_BUFFER_SIZE, last_offset); in main()

Completed in 4 milliseconds