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/hardware/
H A DCamera.java266 * The facing of the camera is the same as that of the screen.
314 * the same camera is opened by other applications, this will throw a
365 * given hal API version. If the same camera is opened by other applications
477 * This acts the same as normal except that it will return
606 * preview is necessary to take pictures. The same surface can be re-set
645 * preview is necessary to take pictures. The same surface texture can be
660 * instances of the same camera, or across multiple runs of the same
1280 // - An application uses the same thread for autoFocus, cancelAutoFocus
1290 // multiple threads to call autoFocus and cancelAutoFocus at the same
2452 public boolean same(Parameters other) { method in class:Camera.Parameters
4216 private boolean same(String s1, String s2) { method in class:Camera.Parameters
[all...]
/frameworks/base/core/java/android/os/
H A DBatteryStats.java910 public boolean same(HistoryItem o) { method in class:BatteryStats.HistoryItem

Completed in 1443 milliseconds