Searched refs:mode (Results 51 - 75 of 285) sorted by relevance

1234567891011>>

/frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
H A Dpstfilt.h65 #include "mode.h"
122 enum Mode mode, /* i : AMR mode */
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
H A Dc_g_aver.h61 #include "mode.h"
143 enum Mode mode, /* i : AMR mode */
/frameworks/base/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/base/wifi/java/android/net/wifi/
H A DWifiNative.java110 public native static boolean setPowerModeCommand(int mode); argument
117 * Sets the bluetooth coexistence mode.
119 * @param mode One of {@link #BLUETOOTH_COEXISTENCE_MODE_DISABLED},
122 * @return Whether the mode was successfully set.
124 public native static boolean setBluetoothCoexistenceModeCommand(int mode); argument
127 * Enable or disable Bluetooth coexistence scan mode. When this mode is on,
131 * @param isSet whether to enable or disable this mode
140 public native static boolean setScanResultHandlingCommand(int mode); argument
/frameworks/base/services/java/com/android/server/
H A DLightsService.java84 public void setFlashing(int color, int mode, int onMS, int offMS) { argument
86 setLightLocked(color, mode, onMS, offMS, BRIGHTNESS_MODE_USER);
116 private void setLightLocked(int color, int mode, int onMS, int offMS, int brightnessMode) { argument
117 if (color != mColor || mode != mMode || onMS != mOnMS || offMS != mOffMS) {
119 mMode = mode;
122 setLight_native(mNativePointer, mId, color, mode, onMS, offMS, brightnessMode);
206 private static native void setLight_native(int ptr, int light, int color, int mode, argument
/frameworks/base/include/utils/
H A DAsset.h150 static Asset* createFromFile(const char* fileName, AccessMode mode);
156 AccessMode mode);
166 AccessMode mode);
180 size_t uncompressedLength, AccessMode mode);
188 static Asset* createFromUncompressedMap(FileMap* dataMap, AccessMode mode);
197 size_t uncompressedLen, AccessMode mode);
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
H A Dofstream.h25 explicit ofstream (const char* filename, openmode mode = out);
27 inline void open (const char* filename, openmode mode = out) { m_File.open (filename, mode); clear (m_File.rdstate()); }
54 explicit ifstream (const char* filename, openmode mode = in);
55 inline void open (const char* filename, openmode mode = in) { m_File.open (filename, mode); clear (m_File.rdstate()); }
/frameworks/base/core/java/android/webkit/
H A DCookieSyncManager.java199 if (cookie.mode != Cookie.MODE_NORMAL) {
200 if (cookie.mode != Cookie.MODE_NEW) {
204 if (cookie.mode != Cookie.MODE_DELETED) {
/frameworks/base/core/java/android/os/
H A DParcelFileDescriptor.java87 * @param mode The desired access mode, must be one of
97 * file does not exist or can not be opened with the requested mode.
99 public static ParcelFileDescriptor open(File file, int mode) argument
105 if ((mode&MODE_WRITE_ONLY) != 0) {
110 if ((mode&MODE_READ_WRITE) == 0) {
115 FileDescriptor fd = Parcel.openFileDescriptor(path, mode);
/frameworks/base/media/java/android/media/
H A DAudioSystem.java80 * Sets the audio mode.
82 * param mode the requested audio mode (NORMAL, RINGTONE, or IN_CALL).
88 public static int setMode(int mode) { argument
92 * Returns the current audio mode.
94 * return the current audio mode (NORMAL, RINGTONE, or IN_CALL).
129 * Sets the audio routing for a specified mode
131 * param mode audio mode to change route. E.g., MODE_RINGTONE.
139 public static int setRouting(int mode, in argument
151 getRouting(int mode) argument
287 setRingerMode(int mode, int mask) argument
[all...]
/frameworks/base/media/libmedia/
H A DIMediaMetadataRetriever.cpp127 status_t setMode(int mode) argument
131 data.writeInt32(mode);
136 status_t getMode(int* mode) const
141 *mode = reply.readInt32();
221 int mode = data.readInt32(); local
222 reply->writeInt32(setMode(mode));
227 int mode; local
228 status_t status = getMode(&mode);
229 reply->writeInt32(mode);
/frameworks/base/media/libstagefright/codecs/amrnb/common/include/
H A Dd_plsf.h66 #include "mode.h"
171 enum Mode mode, /* i : coder mode */
H A Dgc_pred.h60 #include "mode.h"
99 Word16 past_qua_en_MR122[4]; /* MA predictor memory for MR122 mode, Q10 */
130 enum Mode mode, /* i : AMR mode */
/frameworks/base/media/libstagefright/codecs/amrnb/common/
H A Dpvgsmamrdecoderinterface.h36 * One word (2-byte) to indicate mode.
154 * GSM AMR NB and WB mode (i.e. bit-rate )
156 int16_t mode; member in struct:tPVAmrDecoderExternal

Completed in 1142 milliseconds

1234567891011>>