Searched defs:Mode (Results 26 - 36 of 36) sorted by relevance

12

/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/av/media/libstagefright/codecs/m4v_h263/enc/src/
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 Dvlc_encode.cpp170 Void DCACPred(VideoEncData *video, UChar Mode, Int *intraDC_decision, Int intraDCVlcQP);
173 static Bool IntraDCSwitch_Decision(Int Mode, Int intra_dc_vlc_threshold, Int intraDCVlcQP);
891 UChar Mode = video->headerInfo.Mode[video->mbnum]; local
902 DCACPred(video, Mode, &intraDC_decision, video->QP_prev);
913 if (dquant && Mode == MODE_INTRA)
915 Mode = MODE_INTRA_Q;
925 PutMCBPC_Intra(CBP, Mode, bs1); /* MCBPC */
927 if (Mode == MODE_INTRA_Q)
959 (*BlockCodeCoeff)(&(RLB[i]), bs3, 1 - intraDC_decision, ncoefblck[i], Mode);/* Cod
980 UChar Mode = video->headerInfo.Mode[mbnum]; local
1137 UChar Mode = video->headerInfo.Mode[video->mbnum]; local
1254 UChar Mode = video->headerInfo.Mode[mbnum]; local
1432 BlockCodeCoeff_RVLC(RunLevelBlock *RLB, BitstreamEncVideo *bs, Int j_start, Int j_stop, UChar Mode) argument
1504 BlockCodeCoeff_ShortHeader(RunLevelBlock *RLB, BitstreamEncVideo *bs, Int j_start, Int j_stop, UChar Mode) argument
1573 BlockCodeCoeff_Normal(RunLevelBlock *RLB, BitstreamEncVideo *bs, Int j_start, Int j_stop, UChar Mode) argument
1926 IntraDCSwitch_Decision(Int Mode, Int intra_dc_vlc_thr, Int intraDCVlcQP) argument
2014 DCACPred(VideoEncData *video, UChar Mode, Int *intraDC_decision, Int intraDCVlcQP) argument
[all...]
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);
/frameworks/av/media/libstagefright/foundation/
H A DANetworkSession.cpp70 enum Mode { enum in struct:android::ANetworkSession::Session
105 void setMode(Mode mode);
124 Mode mMode;
231 void ANetworkSession::Session::setMode(Mode mode) {
963 Mode mode,
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmp4lib_int.h150 uint8 *Mode; /* Modes INTRA/INTER/etc. */ member in struct:tagHeaderInfoDecVideo
/frameworks/base/core/java/android/view/
H A DDisplay.java785 public Mode getMode() {
795 public Mode[] getSupportedModes() {
798 final Display.Mode[] modes = mDisplayInfo.supportedModes;
1144 public static final class Mode implements Parcelable { class in class:Display
1148 public static final Mode[] EMPTY_ARRAY = new Mode[0];
1158 public Mode(int modeId, int width, int height, float refreshRate) { method in class:Display.Mode
1227 if (!(other instanceof Mode)) {
1230 Mode that = (Mode) othe
1260 private Mode(Parcel in) { method in class:Display.Mode
[all...]
/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.h1169 enum Mode { enum in struct:android::CursorInputMapper::Parameters
1175 Mode mode;
1627 enum Mode { enum in struct:android::TouchInputMapper::PointerGesture
1689 Mode currentGestureMode;
1695 Mode lastGestureMode;
/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. ...

Completed in 656 milliseconds

12