Searched refs:same (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DFsUtils.java155 boolean same = true;
175 same = false;
183 return same;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DarmVCM4P2_SetPredDir_s.s26 ; * blocks 0 to 3 in the same macroblock.
H A DomxVCM4P2_PredictReconCoefIntra_s.s37 ; * the predictor block are in the same macroblock.
H A DomxVCM4P2_DecodePadMV_PVOP_s.s43 ; * same decoded vector.
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DarmVCM4P2_SetPredDir_s.s26 ; * blocks 0 to 3 in the same macroblock.
H A DomxVCM4P2_DecodePadMV_PVOP_s.s43 ; * same decoded vector.
H A DomxVCM4P2_PredictReconCoefIntra_s.s37 ; * the predictor block are in the same macroblock.
/frameworks/compile/libbcc/runtime/make/platform/
H A Dclang_darwin.mk19 # must be in the same linkage unit.
/frameworks/native/libs/ui/
H A DRegion.cpp451 bool same = true;
463 same = false;
467 same = false;
475 same = false;
478 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/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/base/core/java/android/hardware/
H A DCamera.java207 * The facing of the camera is the same as that of the screen.
240 * the same camera is opened by other applications, this will throw a
390 * preview is necessary to take pictures. The same surface can be re-set
426 * preview is necessary to take pictures. The same surface texture can be
441 * instances of the same camera, or across multiple runs of the same
917 // - An application uses the same thread for autoFocus, cancelAutoFocus
927 // multiple threads to call autoFocus and cancelAutoFocus at the same
1109 * <p>If you want to make the camera image show in the same orientation as
1210 * faces in the preview frame. The detected faces may be the same a
3648 private boolean same(String s1, String s2) { method in class:Camera.Parameters
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java972 // Update the total time for all other running Timers with the same type as this Timer
1246 // If the current is the same as the one before, then we no
1252 && timeDiff < 500 && mHistoryLastLastWritten.same(mHistoryCur)) {
1321 // If the current time is basically the same as the last time,
1328 // If the current is the same as the one before, then we no
1332 && mHistoryLastEnd.same(mHistoryCur)) {
4139 } else if (!out.same(mHistoryReadTmp)) {
/frameworks/base/core/java/android/os/
H A DBatteryStats.java692 public boolean same(HistoryItem o) { method in class:BatteryStats.HistoryItem

Completed in 1278 milliseconds