Searched defs:collect (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/com/google/android/collect/
H A DLists.java17 package com.google.android.collect;
H A DMaps.java17 package com.google.android.collect;
H A DSets.java17 package com.google.android.collect;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmotion_est.cpp168 Int collect = 0; local
232 InitHTFM(video, &htfm_stat, newvar, &collect);
521 if (collect)
523 collect = 0;
534 void InitHTFM(VideoEncData *video, HTFM_Stat *htfm_stat, double *newvar, Int *collect) argument
546 /* 4/11/01, collect data every 30 frames, doesn't have to be base layer */
550 *collect = 1;
H A Dmp4lib_int.h415 Int collect; member in struct:tagVideoEncData
/frameworks/base/core/java/android/os/
H A DDebug.java996 * if (icount.collect()) {
1034 public boolean collect() { method in class:Debug.InstructionCount
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dmotion_est.cpp264 int collect = 0; local
312 InitHTFM(video, &htfm_stat, newvar, &collect);
464 if (collect)
466 collect = 0;
601 void InitHTFM(VideoEncData *encvid, HTFM_Stat *htfm_stat, double *newvar, int *collect) argument
614 /* 4/11/01, collect data every 30 frames, doesn't have to be base layer */
618 *collect = 1;
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java3325 final float xOff = x.collect(event.getX(), event.getEventTime(), "X");
3326 final float yOff = y.collect(event.getY(), event.getEventTime(), "Y");
5027 float collect(float off, long time, String axis) { method in class:ViewRootImpl.TrackballAxis

Completed in 149 milliseconds