Home | History | Annotate | Download | only in tests

Lines Matching refs:pCompPrivateStructVolume

1230     OMX_AUDIO_CONFIG_VOLUMETYPE  pCompPrivateStructVolume;
1234 pCompPrivateStructVolume.nSize = sizeof(OMX_AUDIO_CONFIG_VOLUMETYPE);
1235 pCompPrivateStructVolume.nVersion.s.nVersionMajor = 0xF1;
1236 pCompPrivateStructVolume.nVersion.s.nVersionMinor = 0xF2;
1237 pCompPrivateStructVolume.nPortIndex = OMX_DirInput;
1238 pCompPrivateStructVolume.bLinear = OMX_FALSE;
1239 pCompPrivateStructVolume.sVolume.nValue = nVolume; /* actual volume */
1240 pCompPrivateStructVolume.sVolume.nMin = 0; /* min volume */
1241 pCompPrivateStructVolume.sVolume.nMax = 100; /* max volume */
1243 error = OMX_SetConfig(*pHandle, OMX_IndexConfigAudioVolume, &pCompPrivateStructVolume);