HomeSort by relevance Sort by last modified time
    Searched defs:step (Results 226 - 250 of 339) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/linux/
videodev.h 113 __u16 step; member in struct:video_audio
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/linux/
videodev.h 113 __u16 step; member in struct:video_audio
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/
videodev.h 113 __u16 step; member in struct:video_audio
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/
videodev.h 113 __u16 step; member in struct:video_audio
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/
videodev.h 113 __u16 step; member in struct:video_audio
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
videodev.h 113 __u16 step; member in struct:video_audio
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
videodev.h 113 __u16 step; member in struct:video_audio
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
videodev.h 113 __u16 step; member in struct:video_audio
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
videodev.h 113 __u16 step; member in struct:video_audio
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
videodev.h 113 __u16 step; member in struct:video_audio
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
videodev.h 113 __u16 step; member in struct:video_audio
  /system/core/libpixelflinger/
scanline.cpp 1112 void step(void) { function in struct:android::ditherer
    [all...]
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/devtools/tools/lib/
jython-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java 741 float step = parameters.getExposureCompensationStep(); local
743 assertEquals(0f, step, 0.000001f);
746 assertTrue(step > 0);
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 169 /* if not zero goto step 4 */
5861 mp_digit res_tab[PRIME_SIZE], step, kstep; local
    [all...]
  /external/opencv/ml/include/
ml.h 146 The lattice is logarithmic, so <step> must be greater then 1. */
151 double step;
161 pl.step = MAX( log_step, 1. );
213 The grid is logarithmic, so <step> must be greater then 1. */
221 min_val = max_val = step = 0;
228 step = log_step;
235 double step; member in struct:CvParamGrid
592 // The initial step
    [all...]
  /external/opencv/ml/src/
mltree.cpp 195 ds_step = _train_data->step/CV_ELEM_SIZE(_train_data->type);
198 ms_step = _missing_mask->step, mv_step = 1;
202 dv_step = _train_data->step/CV_ELEM_SIZE(_train_data->type);
205 mv_step = _missing_mask->step, ms_step = 1;
242 // step 0. calc the number of categorical vars
310 int m_step = 0, step; local
319 step = ds_step; m_step = ms_step;
330 step = CV_IS_MAT_CONT(_responses->type) ?
331 1 : _responses->step / CV_ELEM_SIZE(_responses->type);
351 val = idata[si*step];
2891 int i, step, mstep = 0; local
    [all...]
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3ext.h 131 int (*step)(sqlite3_stmt*); member in struct:sqlite3_api_routines
313 #define sqlite3_step sqlite3_api->step
  /external/libpng/
png.h 810 png_uint_32 step[7]; member in struct:png_index_struct
    [all...]
  /external/sqlite/dist/orig/
sqlite3ext.h 140 int (*step)(sqlite3_stmt*); member in struct:sqlite3_api_routines
356 #define sqlite3_step sqlite3_api->step
  /external/sqlite/dist/
sqlite3ext.h 140 int (*step)(sqlite3_stmt*); member in struct:sqlite3_api_routines
356 #define sqlite3_step sqlite3_api->step
  /external/v8/src/
mark-compact.cc 2511 const int step = Map::kProtoTransitionElementsPerEntry; local
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCameraHWInterface.cpp 2294 int step = (i \/ 5) * 5; local
3922 int step = (end - start) \/ maxZoom; local
    [all...]

Completed in 3848 milliseconds

1 2 3 4 5 6 7 8 91011>>