HomeSort by relevance Sort by last modified time
    Searched refs:num_out (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_device/android/
fine_audio_buffer.cc 63 int num_out = device_buffer_->GetPlayoutData(unwritten_buffer); local
64 if (num_out != samples_per_10_ms_) {
65 assert(num_out == 0);
  /external/srec/srec/Vocabulary/src/
VocabularyImpl.c 584 int num_out = 0; local
589 if (num_out + 2 >= max_text_length) {
595 if (num_out > 0 && !LISSPACE(output_sentence[num_out-1]) ) {
597 output_sentence[num_out] = L(' ');
598 num_out++;
601 output_sentence[num_out] = *input_sentence;
602 num_out++;
606 if (bDigit == True && !LISSPACE(output_sentence[num_out-1])) {
608 output_sentence[num_out] = L(' ')
    [all...]
  /external/srec/seti/sltsEngine/src/
run_seq_lts.c 92 void adjust_syllable_boundaries(LTS *lts, char **output_phone_string, int num_out, int max_phone_length);
93 SWIsltsResult lts_for_word(LTS *lts, char *word, int word_len, char **output_phone_string, int max_phone_length, int *num_out);
1543 int num_out; local
1674 int num_out = 0; local
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-buffer-private.hh 128 unsigned int num_out,
187 HB_INTERNAL bool make_room_for (unsigned int num_in, unsigned int num_out);
hb-buffer.cc 126 unsigned int num_out)
128 if (unlikely (!ensure (out_len + num_out))) return false;
131 out_len + num_out > idx + num_in)
312 unsigned int num_out,
315 if (unlikely (!make_room_for (num_in, num_out))) return;
321 for (unsigned int i = 0; i < num_out; i++)
329 out_len += num_out;
  /external/harfbuzz_ng/src/
hb-buffer-private.hh 130 unsigned int num_out,
186 HB_INTERNAL bool make_room_for (unsigned int num_in, unsigned int num_out);
hb-buffer.cc 126 unsigned int num_out)
128 if (unlikely (!ensure (out_len + num_out))) return false;
131 out_len + num_out > idx + num_in)
312 unsigned int num_out,
315 if (unlikely (!make_room_for (num_in, num_out))) return;
321 for (unsigned int i = 0; i < num_out; i++)
329 out_len += num_out;
  /external/libpng/
pngtest.c 1607 png_size_t num_in, num_out; local
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_output.c 7163 int num_out = 0, reason = 0, now_filled = 0; local
10414 int error = 0, num_out = 0, tot_out = 0, ret = 0, reason_code = 0; local
    [all...]

Completed in 450 milliseconds