Searched defs:Mode (Results 1 - 25 of 34) sorted by last modified time

12

/frameworks/webview/chromium/plat_support/
H A Ddraw_gl.h40 enum Mode { enum in struct:AwDrawGLInfo
/frameworks/support/transition/src/android/support/transition/
H A DVisibility.java58 * Mode used in {@link #setMode(int)} to make the transition
65 * Mode used in {@link #setMode(int)} to make the transition
75 public @interface Mode { interface in class:Visibility
100 @Mode
117 public void setMode(@Mode int mode) {
130 @Mode
/frameworks/support/design/src/android/support/design/widget/
H A DTabLayout.java189 public @interface Mode {} interface in class:TabLayout
673 public void setTabMode(@Mode int mode) {
685 @Mode
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/native/include/input/
H A DKeyLayoutMap.h29 enum Mode { enum in struct:android::AxisInfo
39 Mode mode;
/frameworks/native/include/media/hardware/
H A DCryptoAPI.h46 enum Mode { enum in struct:android::CryptoPlugin
106 Mode mode,
/frameworks/native/services/inputflinger/
H A DInputDispatcher.h682 enum Mode { enum in struct:android::InputDispatcher::CancelationOptions
690 Mode mode;
701 CancelationOptions(Mode mode, const char* reason) :
H A DInputReader.h1151 enum Mode { enum in struct:android::CursorInputMapper::Parameters
1157 Mode mode;
1608 enum Mode { enum in struct:android::TouchInputMapper::PointerGesture
1670 Mode currentGestureMode;
1676 Mode lastGestureMode;
/frameworks/native/services/sensorservice/
H A DSensorService.h96 enum Mode { enum in class:android::SensorService
250 Mode mCurrentOperatingMode;
/frameworks/base/libs/hwui/private/hwui/
H A DDrawGlInfo.h53 enum Mode { enum in struct:android::uirenderer::DrawGlInfo
/frameworks/base/graphics/java/android/graphics/
H A DAvoidXfermode.java21 * opColor or, depending on the Mode, draw only on top of the opColor.
29 public enum Mode { enum in class:AvoidXfermode
33 Mode(int nativeInt) { method in class:AvoidXfermode.Mode
54 public AvoidXfermode(int opColor, int tolerance, Mode mode) {
H A DOutline.java55 public @interface Mode {} interface in class:Outline
58 @Mode
H A DPorterDuff.java23 * All the available modes can be found in the {@link Mode} enum.</p>
74 * PorterDuff.Mode mode = // choose a mode
178 public enum Mode { enum in class:PorterDuff
360 Mode(int nativeInt) { method in class:PorterDuff.Mode
373 public static int modeToInt(Mode mode) {
380 public static Mode intToMode(int val) {
383 case 0: return Mode.CLEAR;
384 case 1: return Mode.SRC;
385 case 2: return Mode.DST;
386 case 3: return Mode
[all...]
/frameworks/base/core/java/android/view/
H A DDisplay.java778 public Mode getMode() {
788 public Mode[] getSupportedModes() {
791 final Display.Mode[] modes = mDisplayInfo.supportedModes;
1125 public static final class Mode implements Parcelable { class in class:Display
1129 public static final Mode[] EMPTY_ARRAY = new Mode[0];
1139 public Mode(int modeId, int width, int height, float refreshRate) { method in class:Display.Mode
1208 if (!(other instanceof Mode)) {
1211 Mode that = (Mode) othe
1241 private Mode(Parcel in) { method in class:Display.Mode
[all...]
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DTracer.java49 public enum Mode { enum in class:Tracer
93 private Mode mCurrentMode = Mode.NONE;
118 public void setOutputMode(Mode mode) {
167 if (mCurrentMode == Mode.NONE) {
190 return mCurrentMode != Mode.NONE;
/frameworks/av/include/media/stagefright/foundation/
H A DANetworkSession.h109 enum Mode { enum in struct:android::ANetworkSession
117 Mode mode,
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dcombined_decode.cpp35 /* so that it handles "Combined Mode With Error */
50 uint8 *Mode = video->headerInfo.Mode; local
67 // oscl_memset(Mode, MODE_INTRA, sizeof(uint8)*nTotalMB);
74 // oscl_memset(Mode, MODE_INTER, sizeof(uint8)*nTotalMB);
168 if (Mode[mbnum] != MODE_SKIPPED)
349 uint8 *Mode = video->headerInfo.Mode; local
369 Mode[mbnum] = MODE_SKIPPED;
408 Mode[mbnu
[all...]
H A Ddatapart_decode.cpp57 // oscl_memset(Mode, MODE_INTRA, sizeof(uint8)*nTotalMB);
63 // oscl_memset(Mode, MODE_INTER, sizeof(uint8)*nTotalMB);
132 /* Purpose : Decode Data Partitioned Mode Video Packet in I-VOP */
141 uint8 *Mode = video->headerInfo.Mode; local
173 Mode[mbnum] = (uint8)(MBtype = MBtype_mode[MCBPC & 7]);
234 MBtype = Mode[mbnum];
295 /* Purpose : Decode Data Partitioned Mode Video Packet in P-VOP */
306 uint8 *Mode = video->headerInfo.Mode; local
522 uint8 *Mode = video->headerInfo.Mode; local
578 uint8 *Mode = video->headerInfo.Mode; local
[all...]
H A Dmp4lib_int.h150 uint8 *Mode; /* Modes INTRA/INTER/etc. */ member in struct:tagHeaderInfoDecVideo
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dcombined_encode.cpp112 if (currVol->shortVideoHeader) /* ShortVideoHeader Mode */
200 { /* ShortVideoHeader Mode */
225 else /* Combined Mode*/
268 UChar *Mode = video->headerInfo.Mode; local
440 mode = Mode[mbnum];
491 Mode[mbnum] = mode;
535 mbnum++; /* has to increment before SCD, to preserve Mode[mbnum] */
607 if (!currVol->shortVideoHeader) /* Combined Mode*/
H A Ddatapart_encode.cpp216 UChar mode, *Mode = video->headerInfo.Mode; local
362 mode = Mode[mbnum];
420 Mode[mbnum] = mode;
433 mbnum++; /* has to increment before SCD, to preserve Mode[mbnum] */
H A Dfastcodemb.cpp54 UChar Mode = video->headerInfo.Mode[mbnum]; local
59 Int intra = (Mode == MODE_INTRA || Mode == MODE_INTRA_Q);
283 UChar Mode = video->headerInfo.Mode[mbnum]; local
288 Int intra = (Mode == MODE_INTRA || Mode == MODE_INTRA_Q);
H A Dme_utils.cpp35 void ChooseMode_C(UChar *Mode, UChar *cur, Int lx, Int min_SAD) argument
84 *Mode = MODE_INTER;
91 *Mode = MODE_INTRA;
93 *Mode = MODE_INTER;
H A Dmotion_est.cpp84 void RasterIntraUpdate(UChar *intraArray, UChar *Mode, Int totalMB, Int numRefresh);
147 UChar *mode_mb, *Mode = video->headerInfo.Mode; local
225 RasterIntraUpdate(intraArray, Mode, totalMB, video->encParams->Refresh);
272 mode_mb = Mode + mbnum;
468 M4VENC_MEMSET(Mode, MODE_INTRA, sizeof(UChar)*totalMB); /* set this for MB level coding*/
1573 void RasterIntraUpdate(UChar *intraArray, UChar *Mode, Int totalMB, Int numRefresh) argument
1585 Mode[indx] = MODE_INTRA;
1597 Mode[indx++] = MODE_INTRA;
H A Dmp4lib_int.h147 UChar *Mode; /* Modes INTRA/INTER/etc. */ member in struct:tagHeaderInfoDecVideo
244 void (*ChooseMode)(UChar *Mode, UChar *cur, Int lx, Int min_SAD);

Completed in 5415 milliseconds

12