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

  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
Makefile 368 BINS=$(call enabled,BINS)
369 .bins: $(BINS)
372 INSTALL-BINS=$(call cond_enabled,CONFIG_INSTALL_BINS,INSTALL-BINS)
374 INSTALL-BINS+=$(call cond_enabled,CONFIG_INSTALL_BINS,DIST-BINS)
376 .install-bins: .bins $(addprefix $(DIST_DIR)/,$(INSTALL-BINS)
    [all...]
  /external/libvpx/libvpx/build/make/
Makefile 346 BINS=$(call enabled,BINS)
347 .bins: $(BINS)
350 INSTALL-BINS=$(call cond_enabled,CONFIG_INSTALL_BINS,INSTALL-BINS)
352 INSTALL-BINS+=$(call cond_enabled,CONFIG_INSTALL_BINS,DIST-BINS)
354 .install-bins: .bins $(addprefix $(DIST_DIR)/,$(INSTALL-BINS)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Makefile 346 BINS=$(call enabled,BINS)
347 .bins: $(BINS)
350 INSTALL-BINS=$(call cond_enabled,CONFIG_INSTALL_BINS,INSTALL-BINS)
352 INSTALL-BINS+=$(call cond_enabled,CONFIG_INSTALL_BINS,DIST-BINS)
354 .install-bins: .bins $(addprefix $(DIST_DIR)/,$(INSTALL-BINS)
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsHelper.java 697 final int BINS = SignalStrength.NUM_SIGNAL_STRENGTH_BINS;
700 for (int i = 0; i < BINS; i++) {
    [all...]
  /hardware/invensense/60xx/mlsdk/mllite/
ml.h 225 /* Gyroscope Temperature Compensation bins */
227 #define BINS (25)
231 #define TEMP_PER_BIN ((MAX_TEMP - MIN_TEMP) / BINS)
344 float x_gyro_temp_data[BINS][PTS_PER_BIN];
345 float y_gyro_temp_data[BINS][PTS_PER_BIN];
346 float z_gyro_temp_data[BINS][PTS_PER_BIN];
347 float temp_data[BINS][PTS_PER_BIN];
348 int temp_ptrs[BINS];
349 long temp_valid_data[BINS];

Completed in 191 milliseconds