Searched refs:param (Results 1 - 25 of 98) sorted by relevance

1234

/frameworks/base/libs/rs/
H A Drs.spec8 param void *data
9 param size_t *receiveLen
10 param uint32_t *usrID
16 param size_t *receiveLen
17 param uint32_t *usrID
31 param RsElement e
32 param uint32_t dimX
33 param uint32_t dimY
34 param uint32_t dimZ
35 param boo
[all...]
/frameworks/base/media/java/android/media/audiofx/
H A DEnvironmentalReverb.java130 * @param priority the priority level requested by the application for controlling the
134 * @param audioSession system wide unique audio session identifier. If audioSession
151 * @param room room level in millibels. The valid range is [-9000, 0].
158 byte[] param = shortToByteArray(room);
159 checkStatus(setParameter(PARAM_ROOM_LEVEL, param));
171 byte[] param = new byte[2];
172 checkStatus(getParameter(PARAM_ROOM_LEVEL, param));
173 return byteArrayToShort(param);
180 * @param roomHF high frequency attenuation level in millibels. The valid range is [-9000, 0].
187 byte[] param
452 onParameterChange(EnvironmentalReverb effect, int status, int param, int value) argument
463 onParameterChange(AudioEffect effect, int status, byte[] param, byte[] value) argument
[all...]
H A DEqualizer.java131 * @param priority the priority level requested by the application for controlling the Equalizer
135 * @param audioSession system wide unique audio session identifier. The Equalizer will be
159 int[] param = new int[2];
160 param[0] = PARAM_GET_PRESET_NAME;
162 param[1] = i;
163 checkStatus(getParameter(param, value));
187 int[] param = new int[1];
188 param[0] = PARAM_NUM_BANDS;
190 checkStatus(getParameter(param, result));
213 * @param ban
403 onParameterChange(AudioEffect effect, int status, byte[] param, byte[] value) argument
[all...]
H A DAudioEffect.java337 * @param type type of effect engine created. See {@link #EFFECT_TYPE_ENV_REVERB},
346 * @param uuid unique identifier of a particular effect implementation.
351 * @param priority the priority level requested by the application for
357 * @param audioSession system wide unique audio session identifier.
446 * @param audioSession system wide unique audio session identifier.
466 * @param enabled the requested enable state
485 * @param param the identifier of the parameter to set
486 * @param value the new value for the specified parameter
493 public int setParameter(byte[] param, byt argument
505 setParameter(int param, int value) argument
518 setParameter(int param, short value) argument
532 setParameter(int param, byte[] value) argument
545 setParameter(int[] param, int[] value) argument
570 setParameter(int[] param, short[] value) argument
596 setParameter(int[] param, byte[] value) argument
624 getParameter(byte[] param, byte[] value) argument
637 getParameter(int param, byte[] value) argument
652 getParameter(int param, int[] value) argument
683 getParameter(int param, short[] value) argument
714 getParameter(int[] param, int[] value) argument
748 getParameter(int[] param, short[] value) argument
781 getParameter(int[] param, byte[] value) argument
956 onParameterChange(AudioEffect effect, int status, byte[] param, byte[] value) argument
1189 native_setParameter(int psize, byte[] param, int vsize, byte[] value) argument
1192 native_getParameter(int psize, byte[] param, int vsize, byte[] value) argument
[all...]
H A DPresetReverb.java120 * @param priority the priority level requested by the application for controlling the
124 * @param audioSession system wide unique audio session identifier. If audioSession
144 * @param preset this must be one of the the preset constants defined in this class.
178 * @param effect the PresetReverb on which the interface is registered.
179 * @param status status of the set parameter operation.
180 * @param param ID of the modified parameter. See {@link #PARAM_PRESET} ...
181 * @param value the new parameter value.
183 void onParameterChange(PresetReverb effect, int status, int param, short value); argument
194 public void onParameterChange(AudioEffect effect, int status, byte[] param, byt argument
[all...]
H A DBassBoost.java86 * @param priority the priority level requested by the application for controlling the BassBoost
90 * @param audioSession system wide unique audio session identifier. The BassBoost will be
126 * @param strength strength of the effect. The valid range for strength strength is [0, 1000],
161 * @param effect the BassBoost on which the interface is registered.
162 * @param status status of the set parameter operation.
163 * @param param ID of the modified parameter. See {@link #PARAM_STRENGTH} ...
164 * @param value the new parameter value.
166 void onParameterChange(BassBoost effect, int status, int param, short value); argument
177 public void onParameterChange(AudioEffect effect, int status, byte[] param, byt argument
[all...]
H A DVirtualizer.java88 * @param priority the priority level requested by the application for controlling the Virtualizer
92 * @param audioSession system wide unique audio session identifier. The Virtualizer will
128 * @param strength strength of the effect. The valid range for strength strength is [0, 1000],
163 * @param effect the Virtualizer on which the interface is registered.
164 * @param status status of the set parameter operation.
165 * @param param ID of the modified parameter. See {@link #PARAM_STRENGTH} ...
166 * @param value the new parameter value.
168 void onParameterChange(Virtualizer effect, int status, int param, short value); argument
179 public void onParameterChange(AudioEffect effect, int status, byte[] param, byt argument
[all...]
/frameworks/base/media/libstagefright/codecs/amrwb/src/
H A Dhoming_amr_wb_dec.cpp251 int16 param[DHF_PARMS_MAX]; local
283 param[i] = Serial_parm(15, &prms);
288 param[i] = Serial_parm(tmp, &prms);
290 param[i] = shl_int16(param[i], shift);
297 param[i] = Serial_parm(15, &prms);
299 param[10] = Serial_parm(15, &prms) & 0x61FF;
303 param[i] = Serial_parm(15, &prms);
305 param[17] = Serial_parm(15, &prms) & 0xE0FF;
309 param[
[all...]
/frameworks/base/media/libstagefright/codecs/aacenc/SampleCode/
H A DAAC_E_SAMPLES.c48 static int parsecmdline(int argc, char **argv,char **input_filename, char **output_filename, AACENC_PARAM *param) argument
54 param->adtsUsed = 1;
55 param->bitRate = 0;
56 param->nChannels = 2;
57 param->sampleRate = 44100;
84 param->sampleRate = atoi(*argv);
90 param->nChannels = atoi(*argv);
96 param->bitRate = atoi(*argv);
102 param->adtsUsed = atoi(*argv);
113 if(param
[all...]
/frameworks/base/media/libmedia/
H A DAudioEffect.cpp263 status_t AudioEffect::setParameter(effect_param_t *param) argument
269 if (param == NULL || param->psize == 0 || param->vsize == 0) {
274 uint32_t psize = ((param->psize - 1) / sizeof(int) + 1) * sizeof(int) + param->vsize;
276 LOGV("setParameter: param: %d, param2: %d", *(int *)param->data, (param->psize == 8) ? *((int *)param
281 setParameterDeferred(effect_param_t *param) argument
321 getParameter(effect_param_t *param) argument
[all...]
/frameworks/ex/common/java/com/android/common/
H A DOperationScheduler.java69 * @param storage to use for recording the state of operations across restarts/reboots
90 * @param spec describing some or all scheduler options.
91 * @param options to update with parsed values.
97 for (String param : spec.split(" +")) {
98 if (param.length() == 0) continue;
99 if (param.startsWith("backoff=")) {
100 int plus = param.indexOf('+', 8);
102 options.backoffFixedMillis = parseSeconds(param.substring(8));
105 options.backoffFixedMillis = parseSeconds(param.substring(8, plus));
107 options.backoffIncrementalMillis = parseSeconds(param
122 parseSeconds(String param) argument
[all...]
/frameworks/media/libvideoeditor/osal/inc/
H A DM4OSA_Thread_priv.h39 M4OSA_Void* param; /* thread parameter */ member in struct:M4OSA_ThreadContext
/frameworks/base/services/camera/libcameraservice/
H A DFakeCamera.cpp202 uint32_t *param, uint8_t *table[])
206 int32_t width_dst = param[0];
207 int32_t height_dst = param[1];
208 int32_t pitch_dst = param[2];
209 int32_t mheight_dst = param[3];
210 int32_t pitch_src = param[4];
292 uint32_t param[6]; local
293 param[0] = (uint32_t) width;
294 param[1] = (uint32_t) height;
295 param[
201 ccrgb16toyuv_wo_colorkey(uint8_t *rgb16, uint8_t *yuv420, uint32_t *param, uint8_t *table[]) argument
[all...]
/frameworks/base/opengl/libagl/
H A Dlight.cpp445 static void lightModelx(GLenum pname, GLfixed param, ogles_context_t* c) argument
451 c->lighting.lightModel.twoSide = param ? GL_TRUE : GL_FALSE;
455 static void lightx(GLenum i, GLenum pname, GLfixed param, ogles_context_t* c) argument
466 if (GGLfixed(param) >= gglIntToFixed(128)) {
470 light.spotExp = param;
473 if (param!=gglIntToFixed(180) && GGLfixed(param)>=gglIntToFixed(90)) {
477 light.spotCutoff = param;
479 gglFloatToFixed(cosinef((M_PI/(180.0f*65536.0f))*param));
482 if (param <
558 materialx(GLenum face, GLenum pname, GLfixed param, ogles_context_t* c) argument
572 fogx(GLenum pname, GLfixed param, ogles_context_t* c) argument
636 glLightModelf(GLenum pname, GLfloat param) argument
642 glLightModelx(GLenum pname, GLfixed param) argument
693 glLightf(GLenum i, GLenum pname, GLfloat param) argument
699 glLightx(GLenum i, GLenum pname, GLfixed param) argument
739 glMaterialf(GLenum face, GLenum pname, GLfloat param) argument
745 glMaterialx(GLenum face, GLenum pname, GLfixed param) argument
837 glFogf(GLenum pname, GLfloat param) argument
845 glFogx(GLenum pname, GLfixed param) argument
[all...]
/frameworks/base/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec20 void glFogxOES ( GLenum pname, GLfixed param )
29 void glLightModelxOES ( GLenum pname, GLfixed param )
31 void glLightxOES ( GLenum light, GLenum pname, GLfixed param )
35 void glMaterialxOES ( GLenum face, GLenum pname, GLfixed param )
41 void glPointParameterxOES ( GLenum pname, GLfixed param )
48 void glTexEnvxOES ( GLenum target, GLenum pname, GLfixed param )
50 void glTexParameterxOES ( GLenum target, GLenum pname, GLfixed param )
82 void glTexGenfOES ( GLenum coord, GLenum pname, GLfloat param )
84 void glTexGeniOES ( GLenum coord, GLenum pname, GLint param )
86 void glTexGenxOES ( GLenum coord, GLenum pname, GLfixed param )
[all...]
H A DGLES10.spec35 void glFogf ( GLenum pname, GLfloat param )
37 void glFogx ( GLenum pname, GLfixed param )
47 void glLightModelf ( GLenum pname, GLfloat param )
49 void glLightModelx ( GLenum pname, GLfixed param )
51 void glLightf ( GLenum light, GLenum pname, GLfloat param )
53 void glLightx ( GLenum light, GLenum pname, GLfixed param )
61 void glMaterialf ( GLenum face, GLenum pname, GLfloat param )
63 void glMaterialx ( GLenum face, GLenum pname, GLfixed param )
75 void glPixelStorei ( GLenum pname, GLint param )
95 void glTexEnvf ( GLenum target, GLenum pname, GLfloat param )
[all...]
H A DGLES11.spec32 void glPointParameterf ( GLenum pname, GLfloat param )
34 void glPointParameterx ( GLenum pname, GLfixed param )
38 void glTexEnvi ( GLenum target, GLenum pname, GLint param )
41 void glTexParameteri ( GLenum target, GLenum pname, GLint param )
/frameworks/base/core/java/android/speech/tts/
H A DAudioPlaybackHandler.java361 final SynthesisMessageParams param = (SynthesisMessageParams) msg;
372 mLastSynthesisRequest = param;
375 final AudioTrack audioTrack = createStreamingAudioTrack(param);
379 param.setAudioTrack(audioTrack);
385 final SynthesisMessageParams param = (SynthesisMessageParams) msg;
386 if (param.getAudioTrack() == null) {
387 Log.w(TAG, "Error : null audio track in handleDataAvailable : " + param);
391 if (param != mLastSynthesisRequest) {
396 final AudioTrack audioTrack = param.getAudioTrack();
397 final SynthesisMessageParams.ListEntry bufferCopy = param
[all...]
/frameworks/media/libvideoeditor/vss/stagefrightshells/inc/
H A DVideoEditorUtils.h97 const uint8_t *data, size_t size, MetaData *param);
/frameworks/base/services/audioflinger/
H A DAudioPolicyService.cpp927 AudioParameter param = AudioParameter(data->mKeyValuePairs); local
929 for (size_t j = 0; j < param.size(); j++) {
932 param.getAt(j, key, value);
1079 size_t AudioPolicyService::growParamSize(char *param, argument
1091 param = (char *)realloc(param, *totSize);
1098 char *param,
1103 size_t pos = growParamSize(param, sizeof(short), curSize, totSize);
1104 *(short *)((char *)param + pos) = (short)atoi(node->value);
1105 LOGV("readParamValue() reading short %d", *(short *)((char *)param
1097 readParamValue(cnode *node, char *param, size_t *curSize, size_t *totSize) argument
1144 cnode *param; local
1211 effect_param_t *param = loadEffectParameter(node); local
[all...]
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11ExtensionPack.java336 float param
355 int param
374 float param
393 int param
412 int param
431 float param
H A DGL10.java462 float param
478 int param
550 float param
566 int param
583 float param
602 int param
654 float param
673 int param
765 int param
875 float param
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java325 // C function void glFogxOES ( GLenum pname, GLfixed param )
329 int param
456 // C function void glLightModelxOES ( GLenum pname, GLfixed param )
460 int param
478 // C function void glLightxOES ( GLenum light, GLenum pname, GLfixed param )
483 int param
522 // C function void glMaterialxOES ( GLenum face, GLenum pname, GLfixed param )
527 int param
589 // C function void glPointParameterxOES ( GLenum pname, GLfixed param )
593 int param
[all...]
H A DGLErrorWrapper.java291 public void glFogf(int pname, float param) { argument
293 mgl.glFogf(pname, param);
309 public void glFogx(int pname, int param) { argument
311 mgl.glFogx(pname, param);
390 public void glLightModelf(int pname, float param) { argument
392 mgl.glLightModelf(pname, param);
408 public void glLightModelx(int pname, int param) { argument
410 mgl.glLightModelx(pname, param);
426 public void glLightf(int light, int pname, float param) { argument
428 mgl.glLightf(light, pname, param);
444 glLightx(int light, int pname, int param) argument
510 glMaterialf(int face, int pname, float param) argument
528 glMaterialx(int face, int pname, int param) argument
621 glPixelStorei(int pname, int param) argument
743 glTexEnvf(int target, int pname, float param) argument
761 glTexEnvx(int target, int pname, int param) argument
788 glTexParameterf(int target, int pname, float param) argument
794 glTexParameterx(int target, int pname, int param) argument
1238 glPointParameterf(int pname, float param) argument
1256 glPointParameterx(int pname, int param) argument
1286 glTexEnvi(int target, int pname, int param) argument
1317 glTexParameteri(int target, int pname, int param) argument
1602 glTexGenf(int coord, int pname, float param) argument
1623 glTexGeni(int coord, int pname, int param) argument
1644 glTexGenx(int coord, int pname, int param) argument
[all...]
H A DGLES10.java565 // C function void glFogf ( GLenum pname, GLfloat param )
569 float param
587 // C function void glFogx ( GLenum pname, GLfixed param )
591 int param
700 // C function void glLightModelf ( GLenum pname, GLfloat param )
704 float param
722 // C function void glLightModelx ( GLenum pname, GLfixed param )
726 int param
744 // C function void glLightf ( GLenum light, GLenum pname, GLfloat param )
749 float param
[all...]

Completed in 555 milliseconds

1234