Searched refs:pValue (Results 51 - 60 of 60) sorted by relevance

123

/frameworks/av/media/libeffects/testlibs/
H A DEffectReverb.h333 int Reverb_setParameter (reverb_object_t *pReverb, int32_t param, uint32_t size, void *pValue);
334 int Reverb_getParameter(reverb_object_t *pReverb, int32_t param, uint32_t *pSize, void *pValue);
H A DEffectReverb.c741 * pValue - pointer to variable to hold retrieved value
745 * *pValue updated with parameter value
754 void *pValue) {
768 pValue16 = (int16_t *)pValue;
807 pValue32 = (int32_t *) pValue;
808 pValue16 = (int16_t *) pValue;
809 pProperties = (t_reverb_settings *) pValue;
1012 pReverb, param, *(int *)pValue);
1026 * pValue - pointer to parameter value
1037 void *pValue) {
753 Reverb_getParameter(reverb_object_t *pReverb, int32_t param, uint32_t *pSize, void *pValue) argument
1036 Reverb_setParameter(reverb_object_t *pReverb, int32_t param, uint32_t size, void *pValue) argument
[all...]
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFAttributeData.cpp100 decode_secondary_compatibility_attribute(const ELFAttributeValue &pValue) argument
111 assert((pValue.type() == ELFAttributeValue::String) &&
114 const std::string &data = pValue.getStringValue();
478 encode_secondary_compatibility_attribute(ELFAttributeValue &pValue, int pArch) argument
481 pValue.setStringValue("");
488 pValue.setStringValue(std::string(new_value, sizeof(new_value)));
/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp817 static status_t parseValueWithUnit(const char* str, uint32_t* pValue) { argument
824 *pValue = value;
827 *pValue = value * 1000000; // check for overflow?
/frameworks/compile/mclinker/include/mcld/ADT/
H A DBinTree.h439 BinaryTree& join(TreeIteratorBase& pPosition, const DataType& pValue) { argument
441 node->data = const_cast<DataType*>(&pValue);
/frameworks/compile/mclinker/lib/Target/
H A DELFDynamic.cpp90 void ELFDynamic::applyOne(uint64_t pTag, uint64_t pValue) argument
93 m_EntryList[m_Idx]->setValue(pTag, pValue);
/frameworks/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.cpp136 bool AudioSfDecoder::getPcmFormatKeyValue(uint32_t index, uint32_t size, uint32_t* pValue) { argument
147 *pValue = mPcmFormatValues[index];
H A DAudioPlayer_to_android.cpp1971 // pValue != NULL
1973 SLuint32 index, SLuint32 size, SLMetadataInfo *pValue) {
1984 pValue->encoding = SL_CHARACTERENCODING_BINARY;
1985 memcpy((char *) pValue->langCountry, "en", 3); // applicable here?
1990 (SLuint32*)pValue->data)))) {
1993 pValue->size = valueSize;
1972 android_audioPlayer_metadata_getValue(CAudioPlayer *ap, SLuint32 index, SLuint32 size, SLMetadataInfo *pValue) argument
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h1336 XAMetadataInfo * pValue
1363 XAMetadataInfo * pValue,
1406 XAMetadataInfo * pValue,
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h790 SLMetadataInfo *pValue

Completed in 227 milliseconds

123