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

  /external/adhd/cras/src/dsp/
drc_kernel.c 974 int read_index = dk->pre_delay_read_index; local
982 &dk->pre_delay_buffers[j][read_index],
988 dk->pre_delay_read_index = (read_index + frames_to_process) &
999 int read_index = dk->pre_delay_read_index; local
    [all...]
  /external/perf_data_converter/src/quipper/
perf_parser.cc 109 size_t read_index; local
110 for (read_index = 0; read_index < parsed_events_.size(); ++read_index) {
111 const ParsedEvent& event = parsed_events_[read_index];
116 if (read_index != write_index) parsed_events_[write_index] = event;
  /frameworks/native/opengl/libagl/
array.cpp 748 static inline unsigned int read_index(int type, const GLvoid*& p) { function in namespace:android
769 vertex_t * v = fetch_vertex(c, read_index(type, indices));
790 c->arrays.compileElement(c, v0, read_index(type, indices));
793 v1 = fetch_vertex(c, read_index(type, indices));
817 c->arrays.compileElement(c, v0, read_index(type, indices));
820 v1 = fetch_vertex(c, read_index(type, indices));
845 vertex_t* const v0 = fetch_vertex(c, read_index(type, indices));
846 vertex_t* const v1 = fetch_vertex(c, read_index(type, indices));
873 c->arrays.compileElement(c, v0, read_index(type, indices));
874 c->arrays.compileElement(c, v1, read_index(type, indices))
    [all...]
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/
ConversationCursorTests.java 80 // private static final int READ_INDEX = 2;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
def.h 606 * as pa_bytes_to_usec(write_index-read_index)) The output buffer
664 /**< Non-zero if read_index is not up-to-date because a local
668 int64_t read_index; member in struct:pa_timing_info
    [all...]
  /external/adhd/cras/src/common/
cras_shm.h 43 * ts - For capture, the time stamp of the next sample at read_index. For
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libpulsecommon-1.1.so 
  /external/deqp/external/openglcts/modules/gles31/
es31cArrayOfArraysTests.cpp     [all...]

Completed in 345 milliseconds