Home | History | Annotate | Download | only in tests

Lines Matching refs:pCompPrivateStructVolume

189                             OMX_AUDIO_CONFIG_VOLUMETYPE* pCompPrivateStructVolume,
200 OMX_AUDIO_CONFIG_VOLUMETYPE* pCompPrivateStructVolume,
413 OMX_AUDIO_CONFIG_VOLUMETYPE* pCompPrivateStructVolume = NULL;
696 OMX_G729APP_MALLOC_STRUCT(pCompPrivateStructVolume, OMX_AUDIO_CONFIG_VOLUMETYPE);
697 OMX_G729APP_INIT_STRUCT(pCompPrivateStructVolume, OMX_AUDIO_CONFIG_VOLUMETYPE);
765 pCompPrivateStructVolume->nSize = sizeof(OMX_AUDIO_CONFIG_VOLUMETYPE);
766 pCompPrivateStructVolume->nVersion.s.nVersionMajor = 0x1;
767 pCompPrivateStructVolume->nVersion.s.nVersionMinor = 0x1;
768 pCompPrivateStructVolume->nPortIndex = OMX_DirInput;
769 pCompPrivateStructVolume->bLinear = OMX_FALSE;
770 pCompPrivateStructVolume->sVolume.nValue = 0x4000; /*actual volume */
771 pCompPrivateStructVolume->sVolume.nMin = 0; /* min volume */
772 pCompPrivateStructVolume->sVolume.nMax = 100; /* max volume */
1156 pCompPrivateStructVolume->sVolume.nValue = 0x7500;
1157 error = OMX_SetConfig(pHandle, OMX_IndexConfigAudioVolume, pCompPrivateStructVolume);
1166 pCompPrivateStructVolume->sVolume.nValue = 0x2500;
1167 error = OMX_SetConfig(pHandle, OMX_IndexConfigAudioVolume, pCompPrivateStructVolume);
1295 free(pCompPrivateStructVolume);
1326 pCompPrivateStructMute, pCompPrivateStructVolume,
1331 pCompPrivateStructMute, pCompPrivateStructVolume,
1616 OMX_AUDIO_CONFIG_VOLUMETYPE* pCompPrivateStructVolume,
1652 free(pCompPrivateStructVolume);
1670 OMX_AUDIO_CONFIG_VOLUMETYPE* pCompPrivateStructVolume,
1705 free(pCompPrivateStructVolume);