Searched refs:num_out (Results 1 – 4 of 4) sorted by relevance
89 int num_out = device_buffer_->GetPlayoutData(unwritten_buffer); in GetPlayoutData() local90 if (static_cast<size_t>(num_out) != samples_per_10_ms_) { in GetPlayoutData()91 RTC_CHECK_EQ(num_out, 0); in GetPlayoutData()
163 unsigned int num_out) in make_room_for() argument165 if (unlikely (!ensure (out_len + num_out))) return false; in make_room_for()168 out_len + num_out > idx + num_in) in make_room_for()350 unsigned int num_out, in replace_glyphs() argument353 if (unlikely (!make_room_for (num_in, num_out))) return; in replace_glyphs()359 for (unsigned int i = 0; i < num_out; i++) in replace_glyphs()367 out_len += num_out; in replace_glyphs()
195 unsigned int num_out,263 HB_INTERNAL bool make_room_for (unsigned int num_in, unsigned int num_out);
1679 png_size_t num_in, num_out; in test_one_file() local1683 num_out = fread(outbuf, 1, sizeof outbuf, fpout); in test_one_file()1685 if (num_in != num_out) in test_one_file()