HomeSort by relevance Sort by last modified time
    Searched refs:params (Results 676 - 700 of 2526) sorted by null

<<21222324252627282930>>

  /external/qemu/android/skin/
trackball.h 31 extern SkinTrackBall* skin_trackball_create ( SkinTrackBallParameters* params );
  /external/skia/src/gpu/
SkGr.cpp 89 const GrTextureParams* params,
107 if (ctx->supportsIndex8PixelConfig(params,
121 return ctx->createTexture(params, desc, cacheID, storage.get(), bitmap->width());
142 return ctx->createTexture(params, desc, cacheID, bitmap->getPixels(), bitmap->rowBytes());
161 const GrTextureParams* params) {
167 return ctx->isTextureInCache(desc, cacheID, params);
172 const GrTextureParams* params) {
186 result = ctx->findAndRefTexture(desc, cacheID, params);
189 result = sk_gr_create_bitmap_texture(ctx, cache, params, bitmap);
  /external/wpa_supplicant_8/src/ap/
authsrv.c 136 struct tls_connection_params params; local
145 os_memset(&params, 0, sizeof(params));
146 params.ca_cert = hapd->conf->ca_cert;
147 params.client_cert = hapd->conf->server_cert;
148 params.private_key = hapd->conf->private_key;
149 params.private_key_passwd = hapd->conf->private_key_passwd;
150 params.dh_file = hapd->conf->dh_file;
152 if (tls_global_set_params(hapd->ssl_ctx, &params)) {
  /frameworks/av/cmds/stagefright/
SineSource.h 14 virtual status_t start(MetaData *params);
  /frameworks/av/include/media/stagefright/
JPEGSource.h 31 virtual status_t start(MetaData *params = NULL);
  /frameworks/av/media/libstagefright/codecs/flac/enc/
SoftFlacEncoder.cpp 33 static void InitOMXParams(T *params) {
34 params->nSize = sizeof(T);
35 params->nVersion.s.nVersionMajor = 1;
36 params->nVersion.s.nVersionMinor = 0;
37 params->nVersion.s.nRevision = 0;
38 params->nVersion.s.nStep = 0;
147 OMX_INDEXTYPE index, OMX_PTR params) {
154 (OMX_AUDIO_PARAM_PCMMODETYPE *)params;
176 OMX_AUDIO_PARAM_FLACTYPE *flacParams = (OMX_AUDIO_PARAM_FLACTYPE *)params;
184 return SimpleSoftOMXComponent::internalGetParameter(index, params);
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
ARawAudioAssembler.h 32 const char *desc, const AString &params);
  /frameworks/base/core/java/android/net/http/
AndroidHttpClient.java 33 import org.apache.http.client.params.HttpClientParams;
44 import org.apache.http.params.BasicHttpParams;
45 import org.apache.http.params.HttpConnectionParams;
46 import org.apache.http.params.HttpParams;
47 import org.apache.http.params.HttpProtocolParams;
113 HttpParams params = new BasicHttpParams(); local
117 HttpConnectionParams.setStaleCheckingEnabled(params, false);
119 HttpConnectionParams.setConnectionTimeout(params, SOCKET_OPERATION_TIMEOUT);
120 HttpConnectionParams.setSoTimeout(params, SOCKET_OPERATION_TIMEOUT);
121 HttpConnectionParams.setSocketBufferSize(params, 8192)
    [all...]
HttpsConnection.java 32 import org.apache.http.params.BasicHttpParams;
33 import org.apache.http.params.HttpConnectionParams;
34 import org.apache.http.params.HttpParams;
183 HttpParams params = new BasicHttpParams(); local
184 HttpConnectionParams.setSocketBufferSize(params, 8192);
186 proxyConnection.bind(proxySock, params);
364 BasicHttpParams params = new BasicHttpParams(); local
365 params.setIntParameter(HttpConnectionParams.SOCKET_BUFFER_SIZE, 8192);
366 conn.bind(sslSock, params);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DisplayListLayersActivity.java 72 LinearLayout.LayoutParams params = new LinearLayout.LayoutParams(width, height); local
73 params.gravity = Gravity.CENTER_HORIZONTAL;
74 params.setMargins(0, dipToPx(VERTICAL_MARGIN), 0, 0);
75 root.addView(child, params);
  /libcore/luni/src/main/java/java/security/
AlgorithmParameters.java 203 * @param params
209 public final void init(byte[] params) throws IOException {
213 spiImpl.engineInit(params);
221 * @param params
229 public final void init(byte[] params, String format) throws IOException {
233 spiImpl.engineInit(params, format);
  /libcore/luni/src/main/java/javax/crypto/
KeyAgreement.java 206 * @param params
215 public final void init(Key key, AlgorithmParameterSpec params)
217 spiImpl.engineInit(key, params, RANDOM);//new SecureRandom());
226 * @param params
237 public final void init(Key key, AlgorithmParameterSpec params,
240 spiImpl.engineInit(key, params, random);
KeyGenerator.java 180 * @param params
186 public final void init(AlgorithmParameterSpec params)
188 spiImpl.engineInit(params, RANDOM);//new SecureRandom());
195 * @param params
203 public final void init(AlgorithmParameterSpec params, SecureRandom random)
205 spiImpl.engineInit(params, random);
  /libcore/luni/src/test/java/tests/targets/security/cert/
CertPathValidatorTestPKIX.java 42 private PKIXParameters params; field in class:CertPathValidatorTestPKIX
88 params = new PKIXParameters(keyStore);
89 params.setRevocationEnabled(false);
94 return params;
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MyKeyPairGeneratorSpi.java 53 public void initialize(AlgorithmParameterSpec params, SecureRandom random)
  /packages/apps/Calendar/src/com/android/calendar/month/
SimpleWeekView.java 53 * These params can be passed into the view to control how it appears.
208 * @param params A map of the new parameters, see
212 public void setWeekParams(HashMap<String, Integer> params, String tz) {
213 if (!params.containsKey(VIEW_PARAMS_WEEK)) {
216 setTag(params);
218 // We keep the current value for any params not present
219 if (params.containsKey(VIEW_PARAMS_HEIGHT)) {
220 mHeight = params.get(VIEW_PARAMS_HEIGHT);
225 if (params.containsKey(VIEW_PARAMS_SELECTED_DAY)) {
226 mSelectedDay = params.get(VIEW_PARAMS_SELECTED_DAY)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
params.h 0 /* params.h - Run-time parameters.
69 /* Add the N PARAMS to the current list of compiler parameters. */
71 extern void add_params (const param_info params[], size_t n);
74 table PARAMS using PARAMS_SET to indicate which have been
78 int *params, int *params_set);
88 #include "params.def"
98 if it has not been set explicitly by the user, in the table PARAMS
102 int *params, int *params_set);
117 /* Initialize an array PARAMS with default values of the
119 extern void init_param_values (int *params);
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
params.h 0 /* params.h - Run-time parameters.
69 /* Add the N PARAMS to the current list of compiler parameters. */
71 extern void add_params (const param_info params[], size_t n);
74 table PARAMS using PARAMS_SET to indicate which have been
78 int *params, int *params_set);
88 #include "params.def"
98 if it has not been set explicitly by the user, in the table PARAMS
102 int *params, int *params_set);
117 /* Initialize an array PARAMS with default values of the
119 extern void init_param_values (int *params);
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
params.h 0 /* params.h - Run-time parameters.
69 /* Add the N PARAMS to the current list of compiler parameters. */
71 extern void add_params (const param_info params[], size_t n);
74 table PARAMS using PARAMS_SET to indicate which have been
78 int *params, int *params_set);
88 #include "params.def"
98 if it has not been set explicitly by the user, in the table PARAMS
102 int *params, int *params_set);
117 /* Initialize an array PARAMS with default values of the
119 extern void init_param_values (int *params);
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
params.h 0 /* params.h - Run-time parameters.
69 /* Add the N PARAMS to the current list of compiler parameters. */
71 extern void add_params (const param_info params[], size_t n);
74 table PARAMS using PARAMS_SET to indicate which have been
78 int *params, int *params_set);
88 #include "params.def"
98 if it has not been set explicitly by the user, in the table PARAMS
102 int *params, int *params_set);
117 /* Initialize an array PARAMS with default values of the
119 extern void init_param_values (int *params);
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/include/GLES/
glext.h 570 GL_API void GL_APIENTRY glFogxvOES (GLenum pname, const GLfixed *params);
573 GL_API void GL_APIENTRY glGetFixedvOES (GLenum pname, GLfixed *params);
574 GL_API void GL_APIENTRY glGetLightxvOES (GLenum light, GLenum pname, GLfixed *params);
575 GL_API void GL_APIENTRY glGetMaterialxvOES (GLenum face, GLenum pname, GLfixed *params);
576 GL_API void GL_APIENTRY glGetTexEnvxvOES (GLenum env, GLenum pname, GLfixed *params);
577 GL_API void GL_APIENTRY glGetTexParameterxvOES (GLenum target, GLenum pname, GLfixed *params);
579 GL_API void GL_APIENTRY glLightModelxvOES (GLenum pname, const GLfixed *params);
581 GL_API void GL_APIENTRY glLightxvOES (GLenum light, GLenum pname, const GLfixed *params);
585 GL_API void GL_APIENTRY glMaterialxvOES (GLenum face, GLenum pname, const GLfixed *params);
591 GL_API void GL_APIENTRY glPointParameterxvOES (GLenum pname, const GLfixed *params);
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_wavefile.c 515 S_PCM_OPEN_PARAMS params; local
527 params.sampleRate = 0;
528 params.size = 0;
530 params.decoder = 0;
531 params.blockSize = 0;
532 params.pCallbackFunc = NULL;
533 params.cbInstData = NULL;
534 params.loopSamples = 0;
535 params.fileHandle = fileHandle;
536 params.volume = 0x7fff
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_wavefile.c 515 S_PCM_OPEN_PARAMS params; local
527 params.sampleRate = 0;
528 params.size = 0;
530 params.decoder = 0;
531 params.blockSize = 0;
532 params.pCallbackFunc = NULL;
533 params.cbInstData = NULL;
534 params.loopSamples = 0;
535 params.fileHandle = fileHandle;
536 params.volume = 0x7fff
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_wavefile.c 515 S_PCM_OPEN_PARAMS params; local
527 params.sampleRate = 0;
528 params.size = 0;
530 params.decoder = 0;
531 params.blockSize = 0;
532 params.pCallbackFunc = NULL;
533 params.cbInstData = NULL;
534 params.loopSamples = 0;
535 params.fileHandle = fileHandle;
536 params.volume = 0x7fff
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp 39 static void InitOMXParams(T *params) {
40 params->nSize = sizeof(T);
41 params->nVersion.s.nVersionMajor = 1;
42 params->nVersion.s.nVersionMinor = 0;
43 params->nVersion.s.nRevision = 0;
44 params->nVersion.s.nStep = 0;
191 ALOGE("Failed to initialized encoder params");
299 OMX_INDEXTYPE index, OMX_PTR params) {
309 (OMX_VIDEO_PARAM_BITRATETYPE *) params;
323 (OMX_VIDEO_PARAM_PORTFORMATTYPE *)params;
    [all...]

Completed in 1569 milliseconds

<<21222324252627282930>>