Home
last modified time | relevance | path

Searched refs:valueSize (Results 1 – 23 of 23) sorted by relevance

/frameworks/native/opengl/libs/EGL/
Degl_cache.cpp64 const void* value, EGLsizeiANDROID valueSize) { in setBlob() argument
65 egl_cache_t::get()->setBlob(key, keySize, value, valueSize); in setBlob()
69 void* value, EGLsizeiANDROID valueSize) { in getBlob() argument
70 return egl_cache_t::get()->getBlob(key, keySize, value, valueSize); in getBlob()
135 const void* value, EGLsizeiANDROID valueSize) { in setBlob() argument
138 if (keySize < 0 || valueSize < 0) { in setBlob()
145 bc->set(key, keySize, value, valueSize); in setBlob()
174 void* value, EGLsizeiANDROID valueSize) { in getBlob() argument
177 if (keySize < 0 || valueSize < 0) { in getBlob()
184 return bc->get(key, keySize, value, valueSize); in getBlob()
Degl_cache.h56 EGLsizeiANDROID valueSize);
62 void* value, EGLsizeiANDROID valueSize);
/frameworks/wilhelm/tests/mimeUri/
DslesTestPlayStreamType.cpp194 SLuint32 valueSize = sizeof(SLint32) * 2; // trying too big on purpose in TestStreamTypeConfiguration() local
196 SL_ANDROID_KEY_STREAM_TYPE, &valueSize, NULL); in TestStreamTypeConfiguration()
198 if (valueSize != sizeof(SLint32)) { in TestStreamTypeConfiguration()
200 valueSize, sizeof(SLint32)); in TestStreamTypeConfiguration()
203 SL_ANDROID_KEY_STREAM_TYPE, &valueSize, &currentType); in TestStreamTypeConfiguration()
220 SL_ANDROID_KEY_STREAM_TYPE, &valueSize, &currentType); in TestStreamTypeConfiguration()
/frameworks/wilhelm/src/itf/
DIAndroidConfiguration.c29 SLuint32 valueSize) in IAndroidConfiguration_SetConfiguration() argument
34 if (NULL == configKey || NULL == pConfigValue || valueSize == 0) { in IAndroidConfiguration_SetConfiguration()
45 configKey, valueSize); in IAndroidConfiguration_SetConfiguration()
47 pConfigValue, valueSize); in IAndroidConfiguration_SetConfiguration()
51 configKey, valueSize); in IAndroidConfiguration_SetConfiguration()
53 pConfigValue, valueSize); in IAndroidConfiguration_SetConfiguration()
DIMetadataExtraction.c122 SLuint32 index, SLuint32 valueSize, SLMetadataInfo *pValue) in IMetadataExtraction_GetValue() argument
133 index, valueSize, pValue); in IMetadataExtraction_GetValue()
/frameworks/base/core/java/android/hardware/
DSensorEvent.java601 SensorEvent(int valueSize) { in SensorEvent() argument
602 values = new float[valueSize]; in SensorEvent()
/frameworks/native/opengl/specs/
DEGL_ANDROID_blob_cache.txt78 EGLsizeiANDROID keySize, const void* value, EGLsizeiANDROID valueSize)
86 EGLsizeiANDROID keySize, void* value, EGLsizeiANDROID valueSize)
142 const void* value, EGLsizeiANDROID valueSize)
145 respectively, that are to be inserted. <keySize> and <valueSize> specify
161 void* value, EGLsizeiANDROID valueSize)
169 less than or equal to <valueSize> then the value is written to the memory
/frameworks/wilhelm/src/android/
Dandroid_Effect.h125 int32_t param, uint32_t paramSizeMax, void *pValue, uint32_t valueSize);
128 int32_t param, uint32_t paramSizeMax, void *pValue, uint32_t valueSize);
Dandroid_AudioSfDecoder.cpp140 uint32_t valueSize = 0; in getPcmFormatKeyValue() local
141 if (!getPcmFormatValueSize(index, &valueSize)) { in getPcmFormatKeyValue()
143 } else if (size != valueSize) { in getPcmFormatKeyValue()
146 index, size, valueSize); in getPcmFormatKeyValue()
DAudioRecorder_to_android.h32 const void *pConfigValue, SLuint32 valueSize);
DAudioPlayer_to_android.h53 const void *pConfigValue, SLuint32 valueSize);
DAudioPlayer_to_android.cpp1325 const void *pConfigValue, SLuint32 valueSize) { in android_audioPlayer_setConfig() argument
1333 if (KEY_STREAM_TYPE_PARAMSIZE > valueSize) { in android_audioPlayer_setConfig()
1949 SLuint32 valueSize = 0; in android_audioPlayer_metadata_getValueSize() local
1950 if (!decoder->getPcmFormatValueSize(index, &valueSize)) { in android_audioPlayer_metadata_getValueSize()
1955 *pValueSize = valueSize + sizeof(SLMetadataInfo); in android_audioPlayer_metadata_getValueSize()
1987 SLuint32 valueSize = 0; in android_audioPlayer_metadata_getValue() local
1989 || (!decoder->getPcmFormatValueSize(index, &valueSize)) in android_audioPlayer_metadata_getValue()
1994 pValue->size = valueSize; in android_audioPlayer_metadata_getValue()
Dandroid_Effect.cpp574 int32_t param, uint32_t paramSizeMax, void *pValue, uint32_t valueSize) in android_fx_setParam() argument
583 p->vsize = valueSize; in android_fx_setParam()
595 int32_t param, uint32_t paramSizeMax, void *pValue, uint32_t valueSize) in android_fx_getParam() argument
603 p->vsize = valueSize; in android_fx_getParam()
DAudioRecorder_to_android.cpp366 const void *pConfigValue, SLuint32 valueSize) { in android_audioRecorder_setConfig() argument
374 if (KEY_RECORDING_PRESET_PARAMSIZE > valueSize) { in android_audioRecorder_setConfig()
/frameworks/wilhelm/tests/examples/
DslesTestDecodeToBuffQueue.cpp465 SLuint32 i, keySize, valueSize; in TestDecToBuffQueue() local
469 value = NULL; valueSize = 0; in TestDecToBuffQueue()
472 result = (*mdExtrItf)->GetValueSize(mdExtrItf, i, &valueSize); in TestDecToBuffQueue()
479 i, keyInfo->size, keyInfo->data, valueSize); in TestDecToBuffQueue()
DslesTestDecodeAac.cpp678 SLuint32 keySize, valueSize; in TestDecToBuffQueue() local
682 value = NULL; valueSize = 0; in TestDecToBuffQueue()
685 res = (*mdExtrItf)->GetValueSize(mdExtrItf, i, &valueSize); in TestDecToBuffQueue()
692 i, keyInfo->size, keyInfo->data, valueSize, keyInfo->encoding, in TestDecToBuffQueue()
/frameworks/av/include/ndk/
DNdkMediaDrm.h385 const uint8_t *value, size_t valueSize);
/frameworks/rs/
Drs.spec347 param int valueSize
354 param int valueSize
/frameworks/native/opengl/include/EGL/
Deglext.h530 …cANDROID) (const void *key, EGLsizeiANDROID keySize, const void *value, EGLsizeiANDROID valueSize);
531 …lobFuncANDROID) (const void *key, EGLsizeiANDROID keySize, void *value, EGLsizeiANDROID valueSize);
/frameworks/wilhelm/include/SLES/
DOpenSLES_Android.h207 SLuint32 valueSize);
DOpenSLES.h789 SLuint32 valueSize,
/frameworks/av/media/ndk/
DNdkMediaDrm.cpp573 const char *propertyName, const uint8_t *value, size_t valueSize) { in AMediaDrm_setPropertyByteArray() argument
576 byteArray.appendArray(value, valueSize); in AMediaDrm_setPropertyByteArray()
/frameworks/wilhelm/include/OMXAL/
DOpenMAXAL.h223 XAuint32 valueSize,
1335 XAuint32 valueSize,