Searched defs:mode (Results 176 - 200 of 586) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dcombined_decode.cpp27 /* Purpose : Decode a frame of MPEG4 bitstream in combined mode. */
34 /* 04/13/2000 : Rewrote this combined mode path completely */
533 uint mode = video->headerInfo.Mode[mbnum]; local
574 if (mode & INTRA_MASK) /* MODE_INTRA || MODE_INTRA_Q */
658 status = PV_GetMBvectors(video, mode);
H A Ddatapart_decode.cpp28 /* Purpose : Decode a frame of MPEG4 bitstream in datapartitioning mode. */
235 /* No skipped mode in I-packets 3/1/2001 */
240 /* there is always acdcpred in DataPart mode 04/10/01 */
265 /* No skipped mode in I-packets 3/1/2001 */
424 /* there is always acdcprediction in DataPart mode 04/10/01 */
629 uint8 mode = video->headerInfo.Mode[mbnum]; local
664 if (mode & INTRA_MASK) /* MODE_INTRA || mode == MODE_INTRA_Q */
H A Ddcac_prediction.cpp226 uint8 *mode = video->headerInfo.Mode; local
269 && (mode[mbnum-nMBPerRow] == MODE_INTRA || mode[mbnum-nMBPerRow] == MODE_INTRA_Q);;
277 && (mode[mbnum-1] == MODE_INTRA || mode[mbnum-1] == MODE_INTRA_Q);
285 && (mode[mbnum-nMBPerRow] == MODE_INTRA || mode[mbnum-nMBPerRow] == MODE_INTRA_Q);
287 && (mode[mbnum-1] == MODE_INTRA || mode[mbnum-1] == MODE_INTRA_Q);
H A Dmb_motion_comp.cpp61 the motion compensation mode in order to determine which luminance or
147 uint8 mode; local
191 /* get mode for current MB */
192 mode = video->headerInfo.Mode[mbnum];
197 if (mode & INTER_1VMASK)
252 /*if (mode == MODE_INTER4V) 05/08/15 */
410 if (mode&INTER_1VMASK)
430 /* Post-processing mode (MBM_INTER8) */
616 /* Post-processing mode (copy previous MB) */
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dcombined_encode.cpp31 /* Purpose : Encode a frame of MPEG4 bitstream in Combined mode. */
173 if (!currVol->shortVideoHeader) /* Not in ShortVideoHeader mode */
255 /* Purpose : Encode a slice of MPEG4 bitstream in Combined mode and save */
267 UChar mode = MODE_INTRA; local
440 mode = Mode[mbnum];
461 /* Not in ShortVideoHeader mode and RESYNC MARKER MODE */
491 Mode[mbnum] = mode;
674 /* Purpose : Encode a frame of MPEG4 bitstream in Combined mode. */
H A Dfindhalfpel.cpp180 And decide between 1MV or 4MV mode
185 UChar *mode, Int xpos, Int ypos, Int *xhmin, Int *yhmin, UChar *hp_mem)
269 *mode = MODE_INTER;
282 *mode = MODE_INTER4V;
184 FindHalfPelBlk(VideoEncData *video, UChar *cur, MOT *mot, Int sad16, UChar *ncand8[], UChar *mode, Int xpos, Int ypos, Int *xhmin, Int *yhmin, UChar *hp_mem) argument
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_dec_defs.h128 int32 mode; member in struct:__anon596
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DSerializer.h39 static const char mode[]; /**< gain modes supported, e.g. AUDIO_GAIN_MODE_CHANNELS. */ member in struct:android::AudioGainTraits::Attributes
40 /** controlled channels, needed if mode AUDIO_GAIN_MODE_CHANNELS. */
46 static const char minRampMs[]; /**< needed if mode AUDIO_GAIN_MODE_RAMP. */
47 static const char maxRampMs[]; /**< .needed if mode AUDIO_GAIN_MODE_RAMP */
/frameworks/av/services/audiopolicy/engineconfigurable/src/
H A DEngine.h69 virtual status_t setPhoneState(audio_mode_t mode) argument
71 return mPolicyEngine->setPhoneState(mode);
160 status_t setPhoneState(audio_mode_t mode);
/frameworks/base/cmds/idmap/
H A Dscan.cpp70 const mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; // 0644 local
71 if (chmod(filename, mode) == -1) {
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DTracer.java116 * @param mode
118 public void setOutputMode(Mode mode) { argument
120 mCurrentMode = mode;
122 switch (mode) {
/frameworks/base/core/java/android/content/
H A DContentProviderNative.java223 String mode = data.readString();
229 fd = openFile(callingPkg, url, mode, signal, callerToken);
246 String mode = data.readString();
251 fd = openAssetFile(callingPkg, url, mode, signal);
583 String callingPkg, Uri url, String mode, ICancellationSignal signal, IBinder token)
592 data.writeString(mode);
611 String callingPkg, Uri url, String mode, ICancellationSignal signal)
620 data.writeString(mode);
582 openFile( String callingPkg, Uri url, String mode, ICancellationSignal signal, IBinder token) argument
610 openAssetFile( String callingPkg, Uri url, String mode, ICancellationSignal signal) argument
H A DIContentProvider.java51 String callingPkg, Uri url, String mode, ICancellationSignal signal,
55 String callingPkg, Uri url, String mode, ICancellationSignal signal)
50 openFile( String callingPkg, Uri url, String mode, ICancellationSignal signal, IBinder callerToken) argument
54 openAssetFile( String callingPkg, Uri url, String mode, ICancellationSignal signal) argument
H A DSearchRecentSuggestionsProvider.java91 // a small set of mode bitflags in the version int.
98 * This mode bit configures the database to record recent queries. <i>required</i>
104 * This mode bit configures the database to include a 2nd annotation line with each entry.
122 * as a mode flags field, and configures the database columns depending on the mode bits
166 * @param mode You can use mode flags here to determine certain functional aspects of your
173 protected void setupSuggestions(String authority, int mode) { argument
175 ((mode & DATABASE_MODE_QUERIES) == 0)) {
178 // unpack mode flag
[all...]
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteSession.java73 * specifying the desired transaction mode. Once an explicit transaction has begun,
173 * Transaction mode: Deferred.
189 * Corresponds to the SQLite <code>BEGIN DEFERRED</code> transaction mode.
195 * Transaction mode: Immediate.
203 * Corresponds to the SQLite <code>BEGIN IMMEDIATE</code> transaction mode.
209 * Transaction mode: Exclusive.
217 * Corresponds to the SQLite <code>BEGIN EXCLUSIVE</code> transaction mode.
277 * @param transactionMode The transaction mode. One of: {@link #TRANSACTION_MODE_DEFERRED},
935 private Transaction obtainTransaction(int mode, SQLiteTransactionListener listener) { argument
945 transaction.mMode = mode;
[all...]
/frameworks/base/core/java/android/hardware/usb/
H A DUsbPort.java133 * The actual mode of the port may vary depending on what is plugged into it.
162 public static String modeToString(int mode) { argument
164 if (mode == MODE_NONE) {
168 if ((mode & MODE_DUAL) == MODE_DUAL) {
171 if ((mode & MODE_DFP) == MODE_DFP) {
173 } else if ((mode & MODE_UFP) == MODE_UFP) {
177 if ((mode & MODE_AUDIO_ACCESSORY) == MODE_AUDIO_ACCESSORY) {
180 if ((mode & MODE_DEBUG_ACCESSORY) == MODE_DEBUG_ACCESSORY) {
185 return Integer.toString(mode);
256 public static void checkDataRole(int mode) { argument
269 isModeSupported(int mode) argument
[all...]
/frameworks/base/core/java/android/net/
H A DSntpClient.java106 // set mode = 3 (client) and version = 3
107 // mode is in low 3 bits of first byte
126 final byte mode = (byte) (buffer[0] & 0x7);
134 checkValidServerReply(leap, mode, stratum, transmitTime);
200 byte leap, byte mode, int stratum, long transmitTime)
205 if ((mode != NTP_MODE_SERVER) && (mode != NTP_MODE_BROADCAST)) {
206 throw new InvalidServerReplyException("untrusted mode: " + mode);
199 checkValidServerReply( byte leap, byte mode, int stratum, long transmitTime) argument
/frameworks/base/core/java/android/transition/
H A DVisibility.java94 int mode = a.getInt(R.styleable.VisibilityTransition_transitionVisibilityMode, 0);
96 if (mode != 0) {
97 setMode(mode);
112 * on <code>mode</code>.
114 * @param mode The behavior supported by this transition, a combination of
118 public void setMode(@VisibilityMode int mode) { argument
119 if ((mode & ~(MODE_IN | MODE_OUT)) != 0) {
122 mMode = mode;
/frameworks/base/core/java/android/view/
H A DActionMode.java25 * Represents a contextual mode of the user interface. Action modes can be used to provide
38 * The action mode is treated as a Primary mode. This is the default.
43 * The action mode is treated as a Floating Toolbar.
49 * Default value to hide the action mode for
87 * Set the title of the action mode. This method will have no visible effect if
98 * Set the title of the action mode. This method will have no visible effect if
109 * Set the subtitle of the action mode. This method will have no visible effect if
120 * Set the subtitle of the action mode. This method will have no visible effect if
131 * Set whether or not the title/subtitle display for this action mode
314 onCreateActionMode(ActionMode mode, Menu menu) argument
323 onPrepareActionMode(ActionMode mode, Menu menu) argument
333 onActionItemClicked(ActionMode mode, MenuItem item) argument
340 onDestroyActionMode(ActionMode mode) argument
362 onGetContentRect(ActionMode mode, View view, Rect outRect) argument
[all...]
H A DWindowCallbackWrapper.java147 public void onActionModeStarted(ActionMode mode) { argument
148 mWrapped.onActionModeStarted(mode);
152 public void onActionModeFinished(ActionMode mode) { argument
153 mWrapped.onActionModeFinished(mode);
/frameworks/base/core/java/android/webkit/
H A DFindActionModeCallback.java197 public boolean onCreateActionMode(ActionMode mode, Menu menu) { argument
198 if (!mode.isUiFocusable()) {
199 // If the action mode we're running in is not focusable the user
206 mode.setCustomView(mCustomView);
207 mode.getMenuInflater().inflate(com.android.internal.R.menu.webview_find,
209 mActionMode = mode;
220 public void onDestroyActionMode(ActionMode mode) { argument
228 public boolean onPrepareActionMode(ActionMode mode, Menu menu) { argument
233 public boolean onActionItemClicked(ActionMode mode, MenuItem item) { argument
291 public boolean onCreateActionMode(ActionMode mode, Men argument
296 onPrepareActionMode(ActionMode mode, Menu menu) argument
301 onActionItemClicked(ActionMode mode, MenuItem item) argument
306 onDestroyActionMode(ActionMode mode) argument
[all...]
/frameworks/base/core/java/com/android/internal/colorextraction/drawable/
H A DGradientDrawable.java134 public void setXfermode(@Nullable Xfermode mode) { argument
135 mPaint.setXfermode(mode);
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarContextView.java118 // Allow full screen width in split mode.
201 public void initForMode(final ActionMode mode) { argument
213 mode.finish();
217 final MenuBuilder menu = (MenuBuilder) mode.getMenu();
232 // Allow full screen width in split mode.
421 // Action mode started
/frameworks/base/core/tests/coretests/src/android/provider/
H A DMockFontProvider.java219 public ParcelFileDescriptor openFile(Uri uri, String mode) { argument
/frameworks/base/graphics/java/android/graphics/drawable/
H A DColorDrawable.java220 * @param mode new transfer mode
223 public void setXfermode(@Nullable Xfermode mode) { argument
224 mPaint.setXfermode(mode);
230 * @return current transfer mode

Completed in 574 milliseconds

1234567891011>>