Home
last modified time | relevance | path

Searched defs:buffer_length (Results 1 – 25 of 33) 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/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/node/deps/icu-small/source/i18n/
Ddouble-conversion-double-to-string.cpp406 int buffer_length, in DoubleToAscii()
/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/third_party/externals/sfntly/cpp/src/sample/chromium/
Dchrome_subsetter.cc63 int buffer_length) { in SaveFile()
/third_party/skia/third_party/externals/libpng/
Dpngpread.c525 size_t buffer_length) in png_push_restore_buffer()
628 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/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/python/Modules/_xxtestfuzz/
Dfuzzer.c109 size_t buffer_length = size - format_length - 1; in fuzz_struct_unpack() local
/third_party/mesa3d/src/glx/apple/
Dapple_glx_drawable.h138 size_t buffer_length; member
/third_party/openssl/test/
Dct_test.c109 char *buffer, int buffer_length) in read_text_file()
/third_party/mesa3d/src/imagination/vulkan/pds/
Dpvr_pds_printer.c409 size_t buffer_length) in pvr_pds_disassemble_predicate()
/third_party/cJSON/
DcJSON.c1324 size_t buffer_length; in cJSON_ParseWithOpts() local
1338 CJSON_PUBLIC(cJSON *) cJSON_ParseWithLengthOpts(const char *value, size_t buffer_length, const char… in cJSON_ParseWithLengthOpts()
1423 CJSON_PUBLIC(cJSON *) cJSON_ParseWithLength(const char *value, size_t buffer_length) in cJSON_ParseWithLength()
/third_party/pulseaudio/src/utils/
Dpacat.c77 static size_t buffer_length = 0, buffer_index = 0; variable
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-typedarray-object.c1009 ecma_length_t buffer_length = ecma_arraybuffer_get_length (arraybuffer_p); in ecma_typedarray_get_length() local
/third_party/node/deps/brotli/c/dec/
Dstate.h254 uint32_t buffer_length; member

12