Searched refs:same (Results 1 - 15 of 15) 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/base/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/base/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/base/media/libstagefright/
H A DAndroid.mk95 # currently must follow the same logic to determine how webkit was built and
/frameworks/base/libs/ui/
H A DRegion.cpp432 bool same = true;
444 same = false;
448 same = false;
456 same = false;
459 if(!same) {
/frameworks/base/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/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.java205 * The facing of the camera is the same as that of the screen.
380 * preview is necessary to take pictures. The same surface can be re-set
416 * preview is necessary to take pictures. The same surface texture can be
431 * instances of the same camera, or across multiple runs of the same
994 * <p>If you want to make the camera image show in the same orientation as
1095 * faces in the preview frame. The detected faces may be the same as the
1215 * the same space as the ones for {@link #rect}. This is an optional
1224 * in the same space as the ones for {@link #rect}.This is an optional
1233 * the same spac
3487 private boolean same(String s1, String s2) { method in class:Camera.Parameters
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java970 // Update the total time for all other running Timers with the same type as this Timer
1244 // If the current is the same as the one before, then we no
1250 && timeDiff < 500 && mHistoryLastLastWritten.same(mHistoryCur)) {
1319 // If the current time is basically the same as the last time,
1326 // If the current is the same as the one before, then we no
1330 && mHistoryLastEnd.same(mHistoryCur)) {
4137 } 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 1186 milliseconds