Searched defs:same (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmotion_est.cpp860 /* upto 30% complexity saving with the same complexity */
1361 Int i, j, same, num1; local
1370 pmot = &mot[mbnum][0]; /* same coordinate previous frame */
1415 pmot = &mot[mbnum][0]; /* same coordinate previous frame */
1536 same = 0;
1538 while (!same && j < *num_can)
1546 same = 1;
1549 if (!same)
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dmotion_est.cpp1029 ihigh = width - 3; // change from width-1 to width-3 for the same reason as above
1037 if (jlow < -13) // same reason as above
1047 if (jhigh > height - 3) // same reason as above
1070 /* upto 30% complexity saving with the same complexity */
1365 int i, j, same, num1; local
1378 pmot = &mot16x16[mbnum]; /* same coordinate previous frame */
1423 pmot = &mot16x16[mbnum]; /* same coordinate previous frame */
1633 same = 0;
1635 while (!same && j < *num_can)
1643 same
[all...]
/frameworks/base/core/java/android/os/
H A DBatteryStats.java694 public boolean same(HistoryItem o) { method in class:BatteryStats.HistoryItem
/frameworks/base/core/java/android/hardware/
H A DCamera.java226 * The facing of the camera is the same as that of the screen.
274 * the same camera is opened by other applications, this will throw a
424 * preview is necessary to take pictures. The same surface can be re-set
460 * preview is necessary to take pictures. The same surface texture can be
475 * instances of the same camera, or across multiple runs of the same
951 // - An application uses the same thread for autoFocus, cancelAutoFocus
961 // multiple threads to call autoFocus and cancelAutoFocus at the same
1143 * <p>If you want to make the camera image show in the same orientation as
1284 * faces in the preview frame. The detected faces may be the same a
3742 private boolean same(String s1, String s2) { method in class:Camera.Parameters
[all...]

Completed in 71 milliseconds