Searched refs:pCompPrivateStructGain (Results 1 - 5 of 5) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
H A DG722EncTest.c302 OMX_AUDIO_CONFIG_VOLUMETYPE* pCompPrivateStructGain = NULL; local
592 pCompPrivateStructGain = malloc (sizeof(OMX_AUDIO_CONFIG_VOLUMETYPE));
593 if(pCompPrivateStructGain == NULL)
599 pCompPrivateStructGain->nSize = sizeof(OMX_AUDIO_CONFIG_VOLUMETYPE);
600 pCompPrivateStructGain->nVersion.s.nVersionMajor = 0xF1;
601 pCompPrivateStructGain->nVersion.s.nVersionMinor = 0xF2;
602 pCompPrivateStructGain->nPortIndex = OMX_DirOutput;
603 pCompPrivateStructGain->bLinear = OMX_FALSE;
604 pCompPrivateStructGain->sVolume.nValue = 50; /* actual volume */
605 pCompPrivateStructGain
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
H A DWbAmrEncTest.c533 OMX_AUDIO_CONFIG_VOLUMETYPE* pCompPrivateStructGain = NULL; local
1006 pCompPrivateStructGain = newmalloc (sizeof(OMX_AUDIO_CONFIG_VOLUMETYPE));
1008 if (pCompPrivateStructGain == NULL) {
1013 ArrayOfPointers[4] = (OMX_AUDIO_CONFIG_VOLUMETYPE*) pCompPrivateStructGain;
1016 pCompPrivateStructGain->nSize = sizeof(OMX_AUDIO_CONFIG_VOLUMETYPE);
1017 pCompPrivateStructGain->nVersion.s.nVersionMajor = 0xF1;
1018 pCompPrivateStructGain->nVersion.s.nVersionMinor = 0xF2;
1019 pCompPrivateStructGain->nPortIndex = OMX_DirOutput;
1020 pCompPrivateStructGain->bLinear = OMX_FALSE;
1021 pCompPrivateStructGain
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
H A DAmrEncTest.c555 OMX_AUDIO_CONFIG_VOLUMETYPE* pCompPrivateStructGain = NULL; local
1087 pCompPrivateStructGain = newmalloc (sizeof(OMX_AUDIO_CONFIG_VOLUMETYPE));
1088 if(pCompPrivateStructGain == NULL)
1093 ArrayOfPointers[4] = (OMX_AUDIO_CONFIG_VOLUMETYPE*) pCompPrivateStructGain;
1096 pCompPrivateStructGain->nSize = sizeof(OMX_AUDIO_CONFIG_VOLUMETYPE);
1097 pCompPrivateStructGain->nVersion.s.nVersionMajor = 0xF1;
1098 pCompPrivateStructGain->nVersion.s.nVersionMinor = 0xF2;
1099 pCompPrivateStructGain->nPortIndex = OMX_DirOutput;
1100 pCompPrivateStructGain->bLinear = OMX_FALSE;
1101 pCompPrivateStructGain
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
H A DAacEncTest.c548 OMX_AUDIO_CONFIG_VOLUMETYPE* pCompPrivateStructGain = NULL; local
1140 pCompPrivateStructGain = newmalloc (sizeof(OMX_AUDIO_CONFIG_VOLUMETYPE));
1141 if(pCompPrivateStructGain == NULL)
1147 pCompPrivateStructGain->nSize = sizeof(OMX_AUDIO_CONFIG_VOLUMETYPE);
1148 pCompPrivateStructGain->nVersion.s.nVersionMajor = 0xF1;
1149 pCompPrivateStructGain->nVersion.s.nVersionMinor = 0xF2;
1150 pCompPrivateStructGain->nPortIndex = OMX_DirOutput;
1151 pCompPrivateStructGain->bLinear = OMX_FALSE;
1152 pCompPrivateStructGain->sVolume.nValue = Act_volume; /* actual volume */
1153 pCompPrivateStructGain
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
H A DG726EncTest.c485 OMX_AUDIO_CONFIG_VOLUMETYPE* pCompPrivateStructGain = NULL; local
1212 pCompPrivateStructGain->sVolume.nValue = 0x8000;
1213 eError = OMX_SetConfig(pHandle, OMX_IndexConfigAudioVolume, pCompPrivateStructGain);
1224 pCompPrivateStructGain->sVolume.nValue = 0x2000;
1225 eError = OMX_SetConfig(pHandle, OMX_IndexConfigAudioVolume, pCompPrivateStructGain);

Completed in 251 milliseconds