Home
last modified time | relevance | path

Searched refs:valueSize (Results 1 – 24 of 24) 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.h140 int32_t param, uint32_t paramSizeMax, void *pValue, uint32_t valueSize);
143 int32_t param, uint32_t paramSizeMax, void *pValue, uint32_t valueSize);
DAudioRecorder_to_android.h32 const void *pConfigValue, SLuint32 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()
DAudioPlayer_to_android.h53 const void *pConfigValue, SLuint32 valueSize);
DAudioPlayer_to_android.cpp1388 const void *pConfigValue, SLuint32 valueSize) { in android_audioPlayer_setConfig() argument
1396 if (KEY_STREAM_TYPE_PARAMSIZE > valueSize) { in android_audioPlayer_setConfig()
1405 if (KEY_PERFORMANCE_MODE_PARAMSIZE > valueSize) { in android_audioPlayer_setConfig()
2103 SLuint32 valueSize = 0; in android_audioPlayer_metadata_getValueSize() local
2104 if (!decoder->getPcmFormatValueSize(index, &valueSize)) { in android_audioPlayer_metadata_getValueSize()
2109 *pValueSize = valueSize + sizeof(SLMetadataInfo); in android_audioPlayer_metadata_getValueSize()
2141 SLuint32 valueSize = 0; in android_audioPlayer_metadata_getValue() local
2143 || (!decoder->getPcmFormatValueSize(index, &valueSize)) in android_audioPlayer_metadata_getValue()
2148 pValue->size = valueSize; in android_audioPlayer_metadata_getValue()
Dandroid_Effect.cpp606 int32_t param, uint32_t paramSizeMax, void *pValue, uint32_t valueSize) in android_fx_setParam() argument
615 p->vsize = valueSize; in android_fx_setParam()
627 int32_t param, uint32_t paramSizeMax, void *pValue, uint32_t valueSize) in android_fx_getParam() argument
635 p->vsize = valueSize; in android_fx_getParam()
DAudioRecorder_to_android.cpp433 const void *pConfigValue, SLuint32 valueSize) { in android_audioRecorder_setConfig() argument
441 if (KEY_RECORDING_PRESET_PARAMSIZE > valueSize) { in android_audioRecorder_setConfig()
451 if (KEY_PERFORMANCE_MODE_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/av/media/libeffects/lvm/wrapper/Bundle/
DEffectBundle.cpp153 uint32_t valueSize,
2488 uint32_t valueSize, in Equalizer_setParameter() argument
2501 if (valueSize < sizeof(int16_t)) { in Equalizer_setParameter()
2515 if (valueSize < sizeof(int16_t)) { in Equalizer_setParameter()
2534 if (valueSize < sizeof(int16_t)) { in Equalizer_setParameter()
2546 if (valueSize < (2 + FIVEBAND_NUMBANDS) * sizeof(int16_t)) { in Equalizer_setParameter()
2549 (int)valueSize, (int)((2 + FIVEBAND_NUMBANDS) * sizeof(int16_t))); in Equalizer_setParameter()
/frameworks/wilhelm/include/SLES/
DOpenSLES_Android.h207 SLuint32 valueSize);
DOpenSLES.h789 SLuint32 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/av/media/ndk/
DNdkMediaDrm.cpp572 const char *propertyName, const uint8_t *value, size_t valueSize) { in AMediaDrm_setPropertyByteArray() argument
575 byteArray.appendArray(value, valueSize); in AMediaDrm_setPropertyByteArray()
/frameworks/wilhelm/include/OMXAL/
DOpenMAXAL.h223 XAuint32 valueSize,
1335 XAuint32 valueSize,