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

  /external/webrtc/webrtc/modules/audio_device/
fine_audio_buffer.cc 89 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/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_point_sprite.c 73 unsigned num_out; member in struct:psprite_transform_context
138 ts->num_out = MAX2(ts->num_out, decl->Range.Last + 1);
175 for (i = 0; i < ts->num_out; i++) {
178 ts->num_orig_out = ts->num_out;
202 ts->point_pos_sout = ts->num_out++;
213 ts->point_coord_out = ts->num_out;
217 tgsi_transform_output_decl(ctx, ts->num_out++,
229 tgsi_transform_output_decl(ctx, ts->num_out++, TGSI_SEMANTIC_GENERIC,
  /external/harfbuzz_ng/src/
hb-buffer.cc 159 unsigned int num_out)
161 if (unlikely (!ensure (out_len + num_out))) return false;
164 out_len + num_out > idx + num_in)
352 unsigned int num_out,
355 if (unlikely (!make_room_for (num_in, num_out))) return;
361 for (unsigned int i = 0; i < num_out; i++)
369 out_len += num_out;
    [all...]
hb-buffer-private.hh 211 unsigned int num_out,
285 HB_INTERNAL bool make_room_for (unsigned int num_in, unsigned int num_out);
  /external/libpng/
pngtest.c 1729 png_size_t num_in, num_out; local
    [all...]
  /external/syslinux/com32/lib/libpng/
pngtest.c 1388 png_size_t num_in, num_out; local
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader.c 7315 unsigned num_out; local
    [all...]

Completed in 129 milliseconds