Searched refs:mode (Results 101 - 125 of 911) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dsp_dec.cpp104 #include "mode.h"
140 mode (Flag)
512 mode = GSM AMR codec mode (enum Mode)
560 enum Mode mode, // i : AMR mode
581 // Override mode to MRDTX
584 Bits2prm (mode, serial, parm);
588 Decoder_amr(st->decoder_amrState, mode, parm, frame_type,
591 Post_Filter(st->post_state, mode, synt
633 GSMFrameDecode( Speech_Decode_FrameState *st, enum Mode mode, Word16 *serial, enum RXFrameType frame_type, Word16 *synth) argument
[all...]
H A Dsp_dec.h57 #include "mode.h"
102 enum Mode mode, /* i : AMR mode */
H A Dd_gain_c.cpp59 mode = AMR mode (MR795 or MR122) of type enum Mode
130 #include "mode.h"
192 enum Mode mode, /* i : AMR mode (MR795 or MR122) */
217 gc_pred(pred_state, mode, code, &exp, &frac,
226 temp = sub((Word16)mode, (Word16)MR122, pOverflow);
190 d_gain_code( gc_predState *pred_state, enum Mode mode, Word16 index, Word16 code[], Word16 *gain_code, Flag *pOverflow ) argument
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Damrencode.h77 #include "mode.h"
143 enum Mode mode,
H A Dsid_sync.h65 #include "mode.h"
138 /* To ensure that the mode only switches to a neighbouring mode */
140 enum Mode mode,
H A Dsp_enc.h73 #include "mode.h"
143 enum Mode mode, /* i : speech coder mode */
146 enum Mode *usedMode /* o : used speech coder mode */
H A Dspreproc.h68 #include "mode.h"
109 enum Mode mode, /* i : coder mode */
H A Dspstproc.h69 #include "mode.h"
111 enum Mode mode, /* i : coder mode */
H A Dgain_q.cpp79 #include "mode.h"
385 mode -- enum Mode -- coder mode
469 enum Mode mode, /* i : coder mode */
504 if (mode == MR475)
526 mode,
538 mode,
587 mode,
597 mode,
467 gainQuant( gainQuantState *st, enum Mode mode, Word16 res[], Word16 exc[], Word16 code[], Word16 xn[], Word16 xn2[], Word16 y1[], Word16 Y2[], Word16 g_coeff[], Word16 even_subframe, Word16 gp_limit, Word16 *sf0_gain_pit, Word16 *sf0_gain_cod, Word16 *gain_pit, Word16 *gain_cod, Word16 **anap, Flag *pOverflow ) argument
[all...]
H A Dq_gain_p.cpp114 mode -- enum Mode -- AMR mode
180 enum Mode mode, /* i : AMR mode */
213 if (mode == MR795)
215 /* in MR795 mode, compute three gain_pit candidates around the index
252 /* in MR122 mode, just return the index and gain pitch found.
256 if (mode == MR122)
179 q_gain_pitch( enum Mode mode, Word16 gp_limit, Word16 *gain, Word16 gain_cand[], Word16 gain_cind[], Flag *pOverflow ) argument
H A Dspreproc.cpp102 mode -- enum Mode -- coder mode
172 enum Mode mode, /* i : coder mode */
194 /* mode specific pointer to gamma1 values */
195 if (mode == MR122 || mode == MR102)
171 subframePreProc( enum Mode mode, const Word16 gamma1[], const Word16 gamma1_12k2[], const Word16 gamma2[], Word16 *A, Word16 *Aq, Word16 *speech, Word16 *mem_err, Word16 *mem_w0, Word16 *zero, Word16 ai_zero[], Word16 exc[], Word16 h1[], Word16 xn[], Word16 res2[], Word16 error[] ) argument
H A Dpitch_fr.cpp123 * mode dependent parameters used in Pitch_fr()
1057 mode = codec mode of type enum Mode
1111 enum Mode mode, // i : codec mode
1142 // set mode specific variables
1145 max_frac_lag = mode_dep_parm[mode].max_frac_lag;
1146 flag3 = mode_dep_parm[mode].flag3;
1147 frac = mode_dep_parm[mode].first_frac;
1148 last_frac = mode_dep_parm[mode]
1363 Pitch_fr( Pitch_frState *st, enum Mode mode, Word16 T_op[], Word16 exc[], Word16 xn[], Word16 h[], Word16 L_subfr, Word16 i_subfr, Word16 *pit_frac, Word16 *resu3, Word16 *ana_index, Flag *pOverflow ) argument
[all...]
/frameworks/data-binding/compilerCommon/
H A DXMLLexer.g432 // Default "mode": Everything OUTSIDE of a tag
52 mode INSIDE;
90 mode PROC_INSTR;
/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dfile_handle.h33 FileHandle(const std::string& path, int flags, mode_t mode = 0) {
34 fd_ = open(path.c_str(), flags, mode);
40 mode_t mode = 0) {
41 fd_ = openat(directory_fd, path.c_str(), flags, mode);
/frameworks/native/services/surfaceflinger/Effects/
H A DDaltonizer.h39 void setMode(ColorBlindnessMode mode);
/frameworks/webview/chromium/plat_support/
H A Dgraphic_buffer_impl.cpp54 int GraphicBufferImpl::MapStatic(long buffer_id, AwMapMode mode, void** vaddr) { argument
56 return buffer->Map(mode, vaddr);
77 status_t GraphicBufferImpl::Map(AwMapMode mode, void** vaddr) { argument
79 switch (mode) {
/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DCryptoPlugin.cpp36 Mode mode, const Pattern &/* pattern */, const void* srcPtr,
45 if (mode == kMode_Unencrypted) {
65 } else if (mode == kMode_AES_CTR) {
77 "Selected encryption mode is not supported by the ClearKey DRM "
35 decrypt(bool secure, const KeyId keyId, const Iv iv, Mode mode, const Pattern & , const void* srcPtr, const SubSample* subSamples, size_t numSubSamples, void* dstPtr, AString* errorDetailMsg) argument
/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/services/core/java/com/android/server/power/
H A DPowerManagerShellCommand.java44 case "set-mode":
57 int mode = -1;
59 mode = Integer.parseInt(getNextArgRequired());
64 mInterface.setPowerSaveMode(mode == LOW_POWER_MODE_ON);
75 pw.println(" set-mode MODE");
76 pw.println(" sets the power mode of the device to MODE.");
77 pw.println(" 1 turns low power mode on and 0 turns low power mode off.");
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV23.java45 int mapNightMode(@NightMode final int mode) { argument
46 if (mode == MODE_NIGHT_AUTO
48 // If we're set to AUTO and the system's auto night mode is already enabled,
52 return super.mapNightMode(mode);
/frameworks/base/services/core/java/com/android/server/am/
H A DUriPermissionOwner.java68 void removeUriPermissionsLocked(int mode) { argument
69 removeUriPermissionLocked(null, mode);
72 void removeUriPermissionLocked(ActivityManagerService.GrantUri grantUri, int mode) { argument
73 if ((mode & Intent.FLAG_GRANT_READ_URI_PERMISSION) != 0
88 if ((mode & Intent.FLAG_GRANT_WRITE_URI_PERMISSION) != 0
/frameworks/base/services/core/java/com/android/server/display/
H A DOverlayDisplayAdapter.java59 * with each mode specified as:
167 for (String mode : modeString.split("\\|")) {
168 Matcher modeMatcher = MODE_PATTERN.matcher(mode);
181 Slog.w(TAG, "Ignoring out-of-range overlay display mode: " + mode);
185 } else if (mode.isEmpty()) {
252 OverlayMode mode = modes.get(i);
253 mModes[i] = createMode(mode.mWidth, mode.mHeight, refreshRate);
291 Display.Mode mode
[all...]
/frameworks/support/compat/java/android/support/v4/view/
H A DViewGroupCompat.java54 public void setLayoutMode(ViewGroup group, int mode) { argument
81 public void setLayoutMode(ViewGroup group, int mode) { argument
82 group.setLayoutMode(mode);
175 * @return the layout mode to use during layout operations
188 * @param mode the layout mode to use during layout operations
192 public static void setLayoutMode(ViewGroup group, int mode) { argument
193 IMPL.setLayoutMode(group, mode);
/frameworks/support/v7/appcompat/src/android/support/v7/view/
H A DSupportActionModeWrapper.java156 public boolean onCreateActionMode(android.support.v7.view.ActionMode mode, Menu menu) { argument
157 return mWrappedCallback.onCreateActionMode(getActionModeWrapper(mode),
162 public boolean onPrepareActionMode(android.support.v7.view.ActionMode mode, Menu menu) { argument
163 return mWrappedCallback.onPrepareActionMode(getActionModeWrapper(mode),
168 public boolean onActionItemClicked(android.support.v7.view.ActionMode mode, argument
170 return mWrappedCallback.onActionItemClicked(getActionModeWrapper(mode),
175 public void onDestroyActionMode(android.support.v7.view.ActionMode mode) { argument
176 mWrappedCallback.onDestroyActionMode(getActionModeWrapper(mode));
188 public ActionMode getActionModeWrapper(android.support.v7.view.ActionMode mode) { argument
189 // First see if we already have a wrapper for this mode
[all...]
/frameworks/base/cmds/media/src/com/android/commands/media/
H A DVolumeCtrl.java72 int mode = 0;
96 mode = VOLUME_CONTROL_MODE_SET;
100 mode = VOLUME_CONTROL_MODE_ADJUST;
111 if (mode == VOLUME_CONTROL_MODE_ADJUST) {
139 if (mode == VOLUME_CONTROL_MODE_SET) {
154 if (mode == VOLUME_CONTROL_MODE_SET) {
156 } else if (mode == VOLUME_CONTROL_MODE_ADJUST) {

Completed in 3336 milliseconds

1234567891011>>