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

/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
H A DImageCompare.java89 boolean same = compareImage(file_path_1, file_path_2);
90 if (same) {
91 Log.d("imageCompare:", imgFile.getName() + " is the same!");
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DarmVCM4P2_SetPredDir_s.s40 ; * blocks 0 to 3 in the same macroblock.
H A DomxVCM4P2_PredictReconCoefIntra_s.s51 ; * the predictor block are in the same macroblock.
H A DomxVCM4P2_DecodePadMV_PVOP_s.s57 ; * same decoded vector.
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DarmVCM4P2_SetPredDir_s.s40 ; * blocks 0 to 3 in the same macroblock.
H A DomxVCM4P2_DecodePadMV_PVOP_s.s57 ; * same decoded vector.
H A DomxVCM4P2_PredictReconCoefIntra_s.s51 ; * the predictor block are in the same macroblock.
/frameworks/rs/api/
H A Drs_time.spec63 ret: rs_tm*, "Pointer to the output local time, i.e. the same value as the parameter local."
71 This functions returns the same pointer that is passed as first argument. If the
H A Drs_for_each.spec108 and the output allocation if it exists, must have the same dimensions.
H A Drs_math.spec1747 Both components will have the same sign as x. For example, for an input of -3.72f,
/frameworks/native/libs/ui/
H A DRegion.cpp185 * Creates a new region with the same data as the argument, but divides rectangles as necessary to
649 bool same = true;
661 same = false;
665 same = false;
673 same = false;
676 if(!same) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DProxyController.java237 boolean same = true;
240 same = false;
243 if (same) {
284 // same as part of SET_RADIO_CAP APPLY phase
374 Log.wtf(LOG_TAG, "ERROR: sending down the same id for different phones");
/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.java269 * The facing of the camera is the same as that of the screen.
317 * the same camera is opened by other applications, this will throw a
368 * 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
604 * preview is necessary to take pictures. The same surface can be re-set
643 * preview is necessary to take pictures. The same surface texture can be
658 * instances of the same camera, or across multiple runs of the same
1278 // - An application uses the same thread for autoFocus, cancelAutoFocus
1288 // multiple threads to call autoFocus and cancelAutoFocus at the same
2460 public boolean same(Parameters other) { method in class:Camera.Parameters
4224 private boolean same(String s1, String s2) { method in class:Camera.Parameters
[all...]
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DLegacyResultMapper.java71 legacyRequest.parameters.same(mCachedRequest.parameters) &&
H A DRequestThreadManager.java83 private static final int JPEG_FRAME_TIMEOUT = 4000; // ms (same as CTS for API2)
446 // Find largest jpeg dimension - assume to have the same aspect ratio as sensor.
455 // Use smallest preview dimension with same aspect ratio as sensor that is >= than all
567 throw new IllegalStateException("Input collections must be same length");
776 if (!mParams.same(legacyRequest.parameters)) {
/frameworks/base/core/java/android/text/format/
H A DDateFormat.java221 * locale. A skeleton is similar to, and uses the same format characters as, a Unicode
229 * added. For the same input in {@code es_ES}, we'd have even more extra text:
233 * same "MMMMd" input, this method will return "d LLLL" in the {@code fa_IR} locale,
319 * not just the day, month, and year, and not necessarily in the same
/frameworks/base/media/java/android/media/
H A DExifInterface.java575 boolean same = true;
578 same = false;
582 if (same) {
2137 // The value of DATETIME tag has the same value of DATETIME_ORIGINAL tag.
/frameworks/base/core/java/android/os/
H A DBatteryStats.java1496 public boolean same(HistoryItem o) { method in class:BatteryStats.HistoryItem
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1708 // Update the total time for all other running Timers with the same type as this Timer
2790 // If the current time is basically the same as the last time,
2798 // If the current is the same as the one before, then we no
8006 } else if (!out.same(mHistoryReadTmp)) {
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 551 milliseconds