HomeSort by relevance Sort by last modified time
    Searched full:dest_index (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/gpu/command_buffer/tests/
gl_copy_texture_CHROMIUM_unittest.cc 85 for (size_t dest_index = 0; dest_index < arraysize(dest_formats);
86 dest_index++) {
103 dest_formats[dest_index],
106 << " dest_index:" << dest_index; local
120 for (size_t dest_index = 0; dest_index < arraysize(unsupported_dest_formats);
121 dest_index++) {
126 unsupported_dest_formats[dest_index],
    [all...]
  /external/chromium_org/media/base/
audio_buffer_converter.cc 97 int dest_index = 0; local
106 frames_to_read, last_input_buffer_offset_, dest_index, audio_bus);
116 dest_index += frames_to_read;
  /external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
delay_estimator.c 332 int dest_index = 0; local
342 dest_index = abs_shift;
349 memmove(&self->binary_far_history[dest_index],
354 memmove(&self->far_bit_counts[dest_index],

Completed in 1166 milliseconds