HomeSort by relevance Sort by last modified time
    Searched refs:pCompPrivateStructMute (Results 1 - 5 of 5) sorted by null

  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
G729DecTest.c 188 OMX_AUDIO_CONFIG_MUTETYPE* pCompPrivateStructMute,
199 OMX_AUDIO_CONFIG_MUTETYPE* pCompPrivateStructMute,
412 OMX_AUDIO_CONFIG_MUTETYPE* pCompPrivateStructMute = NULL;
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->bMute = OMX_FALSE;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
G726DecTest.c 356 OMX_AUDIO_CONFIG_MUTETYPE* pCompPrivateStructMute = NULL;
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;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
G711DecTest.c 452 OMX_AUDIO_CONFIG_MUTETYPE* pCompPrivateStructMute = NULL;
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;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
WBAmrDecTest.c 527 OMX_AUDIO_CONFIG_MUTETYPE* pCompPrivateStructMute = NULL;
825 pCompPrivateStructMute = newmalloc (sizeof(OMX_AUDIO_CONFIG_MUTETYPE));
826 if(pCompPrivateStructMute == NULL) {
830 ArrayOfPointers[3] = (OMX_AUDIO_CONFIG_MUTETYPE*)pCompPrivateStructMute;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
G722DecTest.c     [all...]

Completed in 105 milliseconds