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

  /external/chromium_org/content/browser/speech/endpointer/
endpointer.cc 100 int sample_index = 0; local
101 while (sample_index + frame_size_ <= num_samples) {
104 audio_data + sample_index,
107 sample_index += frame_size_;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
multiway_merge.h 1065 _DifferenceType sample_index = static_cast<_DifferenceType> local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
multiway_merge.h 1065 _DifferenceType sample_index = static_cast<_DifferenceType> local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
multiway_merge.h 1065 _DifferenceType sample_index = static_cast<_DifferenceType> local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
multiway_merge.h 1065 _DifferenceType sample_index = static_cast<_DifferenceType> local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_blorp_blit.cpp 566 struct brw_reg sample_index; member in class:brw_blorp_blit_program
785 this->sample_index
801 * S can be used to quickly refer to sample_index.
807 #define S sample_index
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_blorp_blit.cpp 566 struct brw_reg sample_index; member in class:brw_blorp_blit_program
785 this->sample_index
801 * S can be used to quickly refer to sample_index.
807 #define S sample_index
    [all...]

Completed in 378 milliseconds