Home
last modified time | relevance | path

Searched defs:buffer_length (Results 1 – 25 of 40) sorted by relevance

12

/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
Dbyte_array.cc116 int32_t buffer_length = std::min<int32_t>(COPY_BUFFER_SIZE, length); in CopyTo() local
136 int32_t buffer_length = std::min<int32_t>(COPY_BUFFER_SIZE, length); in CopyTo() local
149 int32_t buffer_length = std::min<int32_t>(COPY_BUFFER_SIZE, length); in CopyFrom() local
169 int32_t buffer_length = COPY_BUFFER_SIZE; in CopyFrom() local
/third_party/ffmpeg/libavcodec/
Dcelp_filters.c62 const int16_t *in, int buffer_length, in ff_celp_lp_synthesis_filter()
86 const float* in, int buffer_length, in ff_celp_lp_synthesis_filterf()
201 const float *in, int buffer_length, in ff_celp_lp_zero_synthesis_filterf()
/third_party/skia/m133/third_party/externals/zlib/contrib/tests/fuzzers/
Duncompress_fuzzer.cc15 uLongf buffer_length = static_cast<uLongf>(sizeof(buffer)); in LLVMFuzzerTestOneInput() local
Dinflate_fuzzer.cc20 uLongf buffer_length = static_cast<uLongf>(sizeof(buffer)); in LLVMFuzzerTestOneInput() local
Ddeflate_set_dictionary_fuzzer.cc19 uLongf buffer_length = static_cast<uLongf>(sizeof(buffer)); in LLVMFuzzerTestOneInput() local
/third_party/skia/third_party/externals/zlib/contrib/tests/fuzzers/
Duncompress_fuzzer.cc15 uLongf buffer_length = static_cast<uLongf>(sizeof(buffer)); in LLVMFuzzerTestOneInput() local
Dinflate_fuzzer.cc20 uLongf buffer_length = static_cast<uLongf>(sizeof(buffer)); in LLVMFuzzerTestOneInput() local
Ddeflate_set_dictionary_fuzzer.cc19 uLongf buffer_length = static_cast<uLongf>(sizeof(buffer)); in LLVMFuzzerTestOneInput() local
/third_party/ffmpeg/libavcodec/mips/
Dcelp_filters_mips.c64 const float* in, int buffer_length, in ff_celp_lp_synthesis_filterf_mips()
203 const float *in, int buffer_length, in ff_celp_lp_zero_synthesis_filterf_mips()
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-double-to-string.cpp399 int buffer_length, in DoubleToAscii()
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-double-to-string.cpp399 int buffer_length, in DoubleToAscii()
/third_party/skia/m133/third_party/externals/icu/source/i18n/
Ddouble-conversion-double-to-string.cpp406 int buffer_length, in DoubleToAscii()
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/
Dchrome_subsetter.cc63 int buffer_length) { in SaveFile()
/third_party/skia/m133/third_party/externals/libpng/
Dpngpread.c546 size_t buffer_length) in png_push_restore_buffer()
735 size_t buffer_length) in png_process_IDAT_data()
/third_party/skia/third_party/externals/libpng/
Dpngpread.c538 size_t buffer_length) in png_push_restore_buffer()
727 size_t buffer_length) in png_process_IDAT_data()
/third_party/ninja/src/
Dincludes_normalize-win32.cc32 size_t buffer_length, string *err) { in InternalGetFullPathName()
/third_party/ncurses/test/
Dedit_field.c232 buffer_length(FIELD *f) in buffer_length() function
Ddup_field.c155 buffer_length(FIELD *f) in buffer_length() function
Dmove_field.c155 buffer_length(FIELD *f) in buffer_length() function
/third_party/skia/third_party/externals/brotli/python/
D_brotli.cc108 size_t buffer_length = 0; // Request all available output. in compress_stream() local
411 size_t buffer_length = 0; // Request all available output. in decompress_stream() local
/third_party/ffmpeg/libavfilter/
Daf_headphone.c65 int buffer_length; member
159 const int buffer_length = s->buffer_length; in headphone_convolute() local
228 const int buffer_length = s->buffer_length; in headphone_fast_convolute() local
Daf_sofalizer.c82 int buffer_length; /* is: longest IR plus max. delay in all SOFA files */ member
352 const int buffer_length = s->buffer_length; in sofalizer_convolute() local
448 const int buffer_length = s->buffer_length; in sofalizer_fast_convolute() local
Daf_afwtdn.c391 int buffer_length; member
471 double *buffer, int buffer_length) in conv_down()
720 double *buffer, double *buffer2, int buffer_length) in conv_up()
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Ddouble-to-string.cc383 int buffer_length, in DoubleToAscii()
/third_party/vulkan-loader/loader/
DcJSON.c807 size_t buffer_length; in loader_cJSON_ParseWithOpts() local
822 …rseWithLengthOpts(const VkAllocationCallbacks *pAllocator, const char *value, size_t buffer_length, in loader_cJSON_ParseWithLengthOpts()
897 …N_ParseWithLength(const VkAllocationCallbacks *pAllocator, const char *value, size_t buffer_length, in loader_cJSON_ParseWithLength()

12