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

/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
H A DG729DecTest.c188 OMX_AUDIO_CONFIG_MUTETYPE* pCompPrivateStructMute,
199 OMX_AUDIO_CONFIG_MUTETYPE* pCompPrivateStructMute,
412 OMX_AUDIO_CONFIG_MUTETYPE* pCompPrivateStructMute = NULL; local
694 OMX_G729APP_MALLOC_STRUCT(pCompPrivateStructMute, OMX_AUDIO_CONFIG_MUTETYPE);
695 OMX_G729APP_INIT_STRUCT(pCompPrivateStructMute, OMX_AUDIO_CONFIG_MUTETYPE);
758 pCompPrivateStructMute->nSize = sizeof (OMX_AUDIO_CONFIG_MUTETYPE);
759 pCompPrivateStructMute->nVersion.s.nVersionMajor = 0x1;
760 pCompPrivateStructMute->nVersion.s.nVersionMinor = 0x1;
761 pCompPrivateStructMute->nPortIndex = OMX_DirInput;
762 pCompPrivateStructMute
1612 FreeResources(OMX_AUDIO_PARAM_G729TYPE* pG729Param, OMX_AUDIO_PARAM_PCMMODETYPE* pPcmParam, OMX_PARAM_PORTDEFINITIONTYPE* pCompPrivateStruct, OMX_AUDIO_CONFIG_MUTETYPE* pCompPrivateStructMute, OMX_AUDIO_CONFIG_VOLUMETYPE* pCompPrivateStructVolume, TI_OMX_DSP_DEFINITION* audioinfo, OMX_U8* pInputBuffer[10], OMX_U8* pOutputBuffer[10], G729DEC_BufParamStruct* pInBufferParam[10], OMX_HANDLETYPE* pHandle) argument
1666 FreeResources(OMX_AUDIO_PARAM_G729TYPE* pG729Param, OMX_AUDIO_PARAM_PCMMODETYPE* pPcmParam, OMX_PARAM_PORTDEFINITIONTYPE* pCompPrivateStruct, OMX_AUDIO_CONFIG_MUTETYPE* pCompPrivateStructMute, OMX_AUDIO_CONFIG_VOLUMETYPE* pCompPrivateStructVolume, TI_OMX_DSP_DEFINITION* audioinfo, OMX_BUFFERHEADERTYPE* pInputBufferHeader[10], OMX_BUFFERHEADERTYPE* pOutputBufferHeader[10], G729DEC_BufParamStruct* pInBufferParam[10], OMX_HANDLETYPE* pHandle) argument
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
H A DG726DecTest.c356 OMX_AUDIO_CONFIG_MUTETYPE* pCompPrivateStructMute = NULL; local
610 pCompPrivateStructMute = malloc (sizeof(OMX_AUDIO_CONFIG_MUTETYPE));
611 if(pCompPrivateStructMute == NULL) {
804 pCompPrivateStructMute->nSize = sizeof (OMX_AUDIO_CONFIG_MUTETYPE);
805 pCompPrivateStructMute->nVersion.s.nVersionMajor = 0x1;
806 pCompPrivateStructMute->nVersion.s.nVersionMinor = 0x1;
807 pCompPrivateStructMute->nPortIndex = OMX_DirInput;
808 pCompPrivateStructMute->bMute = OMX_FALSE;
1117 pCompPrivateStructMute->bMute = OMX_TRUE;
1118 error = OMX_SetConfig(*pHandle, OMX_IndexConfigAudioMute, pCompPrivateStructMute);
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
H A DG711DecTest.c452 OMX_AUDIO_CONFIG_MUTETYPE* pCompPrivateStructMute = NULL; local
771 pCompPrivateStructMute = malloc (sizeof(OMX_AUDIO_CONFIG_MUTETYPE));
772 if(pCompPrivateStructMute == NULL) {
835 pCompPrivateStructMute->nSize = sizeof (OMX_AUDIO_CONFIG_MUTETYPE);
836 pCompPrivateStructMute->nVersion.s.nVersionMajor = 0xF1;
837 pCompPrivateStructMute->nVersion.s.nVersionMinor = 0xF2;
838 pCompPrivateStructMute->nPortIndex = OMX_DirInput;
839 pCompPrivateStructMute->bMute = OMX_FALSE;
1338 pCompPrivateStructMute->bMute = OMX_TRUE;
1339 error = OMX_SetConfig(pHandle, OMX_IndexConfigAudioMute, pCompPrivateStructMute);
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
H A DWBAmrDecTest.c527 OMX_AUDIO_CONFIG_MUTETYPE* pCompPrivateStructMute = NULL; local
825 pCompPrivateStructMute = newmalloc (sizeof(OMX_AUDIO_CONFIG_MUTETYPE));
826 if(pCompPrivateStructMute == NULL) {
830 ArrayOfPointers[3] = (OMX_AUDIO_CONFIG_MUTETYPE*)pCompPrivateStructMute;
1141 pCompPrivateStructMute->nSize = sizeof (OMX_AUDIO_CONFIG_MUTETYPE);
1142 pCompPrivateStructMute->nVersion.s.nVersionMajor = 0xF1;
1143 pCompPrivateStructMute->nVersion.s.nVersionMinor = 0xF2;
1144 pCompPrivateStructMute->nPortIndex = OMX_DirInput;
1145 pCompPrivateStructMute->bMute = OMX_FALSE;
1412 pCompPrivateStructMute
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
H A DG722DecTest.c1204 OMX_AUDIO_CONFIG_MUTETYPE pCompPrivateStructMute; local
1208 pCompPrivateStructMute.nSize = sizeof (OMX_AUDIO_CONFIG_MUTETYPE);
1209 pCompPrivateStructMute.nVersion.s.nVersionMajor = 0xF1;
1210 pCompPrivateStructMute.nVersion.s.nVersionMinor = 0xF2;
1211 pCompPrivateStructMute.nPortIndex = OMX_DirInput;
1212 pCompPrivateStructMute.bMute = bMute;
1214 error = OMX_SetConfig(*pHandle, OMX_IndexConfigAudioMute, &pCompPrivateStructMute);

Completed in 329 milliseconds