/external/webrtc/src/common_audio/signal_processing/ |
downsample_fast.c | 21 WebRtc_Word16 *out_ptr, WebRtc_Word16 out_length, 32 + (WebRtc_Word16)WEBRTC_SPL_MUL_16_16(factor, (out_length - 1)) + 1;
|
/external/webrtc/src/common_audio/resampler/ |
resampler_unittest.cc | 106 int out_length = 0; local 109 out_length)); 110 EXPECT_EQ(kRates[j] / 100, out_length); 129 int out_length = 0; local 133 out_length)); 134 EXPECT_EQ(kChannels * kRates[j] / 100, out_length);
|
/external/harfbuzz/src/ |
harfbuzz-buffer.c | 51 * its current contents (out_length entries) are copied to the alt buffer. 120 memcpy( buffer->out_string, buffer->in_string, buffer->out_length * sizeof (buffer->out_string[0]) ); 163 buffer->out_length = 0; 202 buffer->out_length = 0; 240 buffer->in_length = buffer->out_length; 241 buffer->out_length = tmp_length; 313 buffer->out_length = buffer->out_pos; 346 buffer->out_length = buffer->out_pos;
|
harfbuzz-buffer.h | 69 HB_UInt out_length; member in struct:HB_BufferRec_
|
/external/harfbuzz_ng/src/hb-old/ |
harfbuzz-buffer.c | 51 * its current contents (out_length entries) are copied to the alt buffer. 120 memcpy( buffer->out_string, buffer->in_string, buffer->out_length * sizeof (buffer->out_string[0]) ); 163 buffer->out_length = 0; 202 buffer->out_length = 0; 240 buffer->in_length = buffer->out_length; 241 buffer->out_length = tmp_length; 313 buffer->out_length = buffer->out_pos; 346 buffer->out_length = buffer->out_pos;
|
harfbuzz-buffer.h | 69 HB_UInt out_length; member in struct:HB_BufferRec_
|
/external/chromium_org/net/quic/ |
quic_config.cc | 149 size_t* out_length, 152 QuicErrorCode error = msg.GetTaglist(tag_, out, out_length); 160 *out_length = 1;
|
quic_config.h | 124 size_t* out_length,
|
/external/chromium_org/third_party/qcms/src/ |
transform_util.c | 411 static uint16_t *invert_lut(uint16_t *table, int length, size_t out_length) 414 /* for now we invert the lut by creating a lut of size out_length 416 uint16_t *output = malloc(sizeof(uint16_t)*out_length); 420 for (i = 0; i < out_length; i++) { 421 double x = ((double) i * 65535.) / (double) (out_length - 1);
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-layout.h | 266 unsigned int *out_length /* OUT */);
|
/external/harfbuzz_ng/src/ |
hb-ot-layout.h | 260 unsigned int *out_length /* OUT */);
|
/external/chromium_org/crypto/ |
openpgp_symmetric_encryption.cc | 341 bool ParseLength(Reader *reader, size_t *out_length, bool *out_is_prefix) { 348 *out_length = length_spec; 355 *out_length = (length_spec - 192) << 8; 356 *out_length += next_byte; 359 *out_length = 1u << (length_spec & 0x1f); 366 *out_length = length32;
|
/external/qemu/distrib/zlib-1.2.3/ |
trees.c | 1048 ulg out_length = (ulg)s->last_lit*8L; local [all...] |
/external/zlib/src/ |
trees.c | 1036 ulg out_length = (ulg)s->last_lit*8L; local [all...] |
/external/chromium_org/third_party/zlib/ |
trees.c | 1052 ulg out_length = (ulg)s->last_lit*8L; local [all...] |