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

1234567891011>>

/frameworks/webview/chromium/plat_support/
H A Dgraphic_buffer_impl.h35 static int MapStatic(long buffer_id, AwMapMode mode, void** vaddr);
41 status_t Map(AwMapMode mode, void** vaddr);
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dmime_io.cpp169 /* size of packed frame for each mode, excluding TOC byte */
174 /* number of unused speech bits in packed format for each mode */
532 int16 * mode,
551 const int16 * pt_AmrWbSortingTables = AmrWbSortingTables[*mode];
556 unpacked_size[*mode]*sizeof(*sorted_bits_into_int16));
561 for (i = unpacked_size[*mode] >> 3; i != 0; i--)
658 if (unpacked_size[*mode] % 4)
669 switch (*mode)
707 /* set mode index */
708 *mode
529 mime_unsorting(uint8 unsorted_bits[], int16 sorted_bits_into_int16[], int16 * frame_type, int16 * mode, uint8 quality, RX_State_wb *st) argument
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
H A Dqua_gain.h64 #include "mode.h"
109 enum Mode mode, /* i : AMR mode */
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Ddec_gain.h63 #include "mode.h"
109 enum Mode mode, /* i : AMR mode */
H A Ddec_amr.cpp41 codec mode. The functions used to initialize, reset, and exit are also
276 mode = codec mode (enum Mode)
309 int Decoder_amr_reset (Decoder_amrState *state, enum Mode mode)
324 if (mode != MRDTX)
333 if (mode != MRDTX) {
345 if (mode != MRDTX) {
354 if (mode != MRDTX)
360 if (mode != MRDTX)
366 if (mode !
395 Decoder_amr_reset(Decoder_amrState *state, enum Mode mode) argument
1333 Decoder_amr( Decoder_amrState *st, enum Mode mode, Word16 parm[], enum RXFrameType frame_type, Word16 synth[], Word16 A_t[] ) argument
[all...]
H A Dc_g_aver.cpp87 #include "mode.h"
222 mode = AMR mode (enum Mode)
266 enum Mode mode, // i : AMR mode
342 if ((sub(mode, MR67) <= 0) || (sub(mode, MR102) == 0))
348 ((sub(mode, MR475) == 0) ||
349 (sub(mode, MR515) == 0) ||
350 (sub(mode, MR5
463 Cb_gain_average( Cb_gain_averageState *st, enum Mode mode, Word16 gain_code, Word16 lsp[], Word16 lspAver[], Word16 bfi, Word16 prev_bf, Word16 pdfi, Word16 prev_pdf, Word16 inBackgroundNoise, Word16 voicedHangover, Flag *pOverflow ) argument
[all...]
H A Dd_plsf_3.cpp42 mode -- enum Mode -- coder mode
164 enum Mode mode, /* i : coder mode */
206 if (mode != MRDTX)
231 } /* if (mode == MRDTX) */
269 if ((mode == MR475) || (mode == MR515))
278 else if (mode == MR795)
317 if (mode
162 D_plsf_3( D_plsfState *st, enum Mode mode, Word16 bfi, Word16 * indice, Word16 * lsp1_q, Flag *pOverflow ) argument
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dcbsearch.h70 #include "mode.h"
121 enum Mode mode, /* i : coder mode */
H A Dlpc.h52 for mode 12.2. For all other modes a
68 #include "mode.h"
131 enum Mode mode, /* i : coder mode */
H A Dol_ltp.h63 #include "mode.h"
107 enum Mode mode, /* i : coder mode */
H A Dpitch_ol.h61 #include "mode.h"
104 enum Mode mode, /* i : coder mode */
H A Dpre_big.h69 #include "mode.h"
111 enum Mode mode, /* i : coder mode */
H A Dq_gain_c.cpp73 #include "mode.h"
125 mode -- enum Mode -- AMR mode
192 enum Mode mode, /* i : AMR mode */
212 if (mode == MR122)
231 if (mode == MR122)
279 if (mode == MR122)
191 q_gain_code( enum Mode mode, Word16 exp_gcode0, Word16 frac_gcode0, Word16 *gain, Word16 *qua_ener_MR122, Word16 *qua_ener, Flag *pOverflow ) argument
H A Damrencode.cpp56 Added SID type and mode info to ets_output_bfr for ETS SID
86 #include "mode.h"
493 mode = codec mode (enum Mode)
506 mode or -1, if an error occurred (int)
510 data bytes per codec mode for WMF output
513 data bytes per codec mode for IF2 output
530 used mode. For SID frames, the SID type information and mode information are
558 followed by the encoded speech parameters. The codec mode informatio
746 AMREncode( void *pEncState, void *pSidSyncState, enum Mode mode, Word16 *pEncInput, UWord8 *pEncOutput, enum Frame_Type_3GPP *p3gpp_frame_type, Word16 output_format ) argument
[all...]
H A Dcl_ltp.cpp442 mode = codec mode value, of type enum Mode
496 enum Mode mode, // i : coder mode
524 mode, T_op, exc, xn, h1,
544 *gain_pit = G_pitch(mode, xn, y1, g_coeff, L_SUBFR);
556 // special for the MR475, MR515 mode; limit the gain to 0.85 to
558 if ((sub (mode, MR475) == 0) || (sub (mode, MR515) == 0)) {
575 if (sub(mode, MR12
619 cl_ltp( clLtpState *clSt, tonStabState *tonSt, enum Mode mode, Word16 frameOffset, Word16 T_op[], Word16 *h1, Word16 *exc, Word16 res2[], Word16 xn[], Word16 lsp_flag, Word16 xn2[], Word16 yl[], Word16 *T0, Word16 *T0_frac, Word16 *gain_pit, Word16 g_coeff[], Word16 **anap, Word16 *gp_limit, Flag *pOverflow ) argument
[all...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
H A Dmain.h29 Word16 * mode, /* input : used mode */
32 Word16 * ser_size, /* output: bit rate of the used mode */
/frameworks/base/cmds/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorInstrumentationTestRunner.java39 Tracer.Mode mode = Tracer.Mode.valueOf(Tracer.Mode.class, traceType);
40 if (mode == Tracer.Mode.FILE || mode == Tracer.Mode.ALL) {
48 Tracer.getInstance().setOutputMode(mode);
/frameworks/base/core/java/android/hardware/input/
H A DInputManagerInternal.java28 public abstract boolean injectInputEvent(InputEvent event, int displayId, int mode); argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarTransitions.java61 public void transitionTo(int mode, boolean animate) { argument
62 mRequestedMode = mode;
64 // translucent mode not allowed when vertical
65 if (mode == MODE_TRANSLUCENT || mode == MODE_TRANSPARENT) {
66 mode = MODE_OPAQUE;
67 } else if (mode == MODE_LIGHTS_OUT_TRANSPARENT) {
68 mode = MODE_LIGHTS_OUT;
71 super.transitionTo(mode, animate);
80 private void applyMode(int mode, boolea argument
94 alphaForMode(int mode) argument
99 applyBackButtonQuiescentAlpha(int mode, boolean animate) argument
[all...]
/frameworks/base/services/core/java/com/android/server/lights/
H A DLight.java37 public abstract void setFlashing(int color, int mode, int onMS, int offMS); argument
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglDrawElementsInstanced.cpp1 /* void glDrawElementsInstanced ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instanceCount ) */
4 (JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jobject indices_buf, jint instanceCount) {
16 (GLenum)mode,
27 /* void glDrawElementsInstanced ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instanceCount ) */
30 (JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jint indicesOffset, jint instanceCount) {
32 (GLenum)mode,
3 android_glDrawElementsInstanced__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jobject indices_buf, jint instanceCount) argument
29 android_glDrawElementsInstanced__IIIII(JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jint indicesOffset, jint instanceCount) argument
/frameworks/opt/net/voip/src/java/android/net/rtp/
H A DRtpStream.java33 * This mode indicates that the stream sends and receives packets at the
34 * same time. This is the initial mode for new streams.
39 * This mode indicates that the stream only sends packets.
44 * This mode indicates that the stream only receives packets.
117 * Returns the current mode.
124 * Changes the current mode. It must be one of {@link #MODE_NORMAL},
127 * @param mode The mode to change to.
128 * @throws IllegalArgumentException if the mode is invalid.
132 public void setMode(int mode) { argument
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPorterDuffColorFilter_Delegate.java64 return "PorterDuff Color Filter is not supported for mode: " + mMode.name() + ".";
86 private PorterDuffColorFilter_Delegate(int srcColor, int mode) { argument
88 mMode = getCompatibleMode(getPorterDuffMode(mode));
106 // in such cases, they can usually be mapped to some other mode, which produces an
108 private Mode getCompatibleMode(Mode mode) { argument
109 Mode m = mode;
113 switch (mode) {
/frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
H A DAMRWB_E_SAMPLE.c43 printf ("Options +M* for seting compression bitrate mode, default is 23.85kbps\n");
59 printf ("Options +DTX enable DTX mode, default is disable.\n");
73 int mode,
184 ret = AudioAPI.SetParam(hCodec, VO_PID_AMRWB_MODE, &mode);
263 int mode, r; local
280 mode = VOAMRWB_MD2385;
294 case '0': mode = VOAMRWB_MD66;
296 case '1': mode = VOAMRWB_MD885;
298 case '2': mode = VOAMRWB_MD1265;
300 case '3': mode
72 encode( int mode, short allow_dtx, VOAMRWBFRAMETYPE frameType, const char* srcfile, const char* dstfile ) argument
[all...]
/frameworks/support/v4/java/android/support/v4/view/
H A DViewGroupCompat.java52 public void setLayoutMode(ViewGroup group, int mode); argument
73 public void setLayoutMode(ViewGroup group, int mode) { argument
109 public void setLayoutMode(ViewGroup group, int mode) { argument
110 ViewGroupCompatJellybeanMR2.setLayoutMode(group, mode);
197 * @return the layout mode to use during layout operations
210 * @param mode the layout mode to use during layout operations
214 public static void setLayoutMode(ViewGroup group, int mode) { argument
215 IMPL.setLayoutMode(group, mode);

Completed in 483 milliseconds

1234567891011>>