Searched defs:num_out (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/
H A Dfine_audio_buffer.cc89 int num_out = device_buffer_->GetPlayoutData(unwritten_buffer); local
90 if (static_cast<size_t>(num_out) != samples_per_10_ms_) {
91 RTC_CHECK_EQ(num_out, 0);
/external/harfbuzz_ng/src/
H A Dhb-buffer.cc163 unsigned int num_out)
165 if (unlikely (!ensure (out_len + num_out))) return false;
168 out_len + num_out > idx + num_in)
350 unsigned int num_out,
353 if (unlikely (!make_room_for (num_in, num_out))) return;
359 for (unsigned int i = 0; i < num_out; i++)
367 out_len += num_out;
162 make_room_for(unsigned int num_in, unsigned int num_out) argument
349 replace_glyphs(unsigned int num_in, unsigned int num_out, const uint32_t *glyph_data) argument
/external/libpng/
H A Dpngtest.c1679 png_size_t num_in, num_out; local
1683 num_out = fread(outbuf, 1, sizeof outbuf, fpout);
1685 if (num_in != num_out)

Completed in 339 milliseconds