Searched refs:vidCompNames (Results 1 – 2 of 2) sorted by relevance
1633 OMX_U8** vidCompNames = (OMX_U8**)malloc((sizeof(OMX_U8*))*total); in Init_Decoder() local1634 if (vidCompNames == NULL) { in Init_Decoder()1640 vidCompNames[i] = (OMX_U8*)malloc(sizeof(OMX_U8)*OMX_MAX_STRINGNAME_SIZE); in Init_Decoder()1641 if (vidCompNames[i] == NULL) { in Init_Decoder()1646 OMX_GetComponentsOfRole(role, &total, vidCompNames); in Init_Decoder()1649 DEBUG_PRINT("\nComponent Name [%s]\n",vidCompNames[i]); in Init_Decoder()1650 free(vidCompNames[i]); in Init_Decoder()1652 free(vidCompNames); in Init_Decoder()
1840 OMX_U8** vidCompNames = (OMX_U8**)malloc((sizeof(OMX_U8*))*total); in Init_Decoder() local1841 if (vidCompNames == NULL) { in Init_Decoder()1847 vidCompNames[i] = (OMX_U8*)malloc(sizeof(OMX_U8)*OMX_MAX_STRINGNAME_SIZE); in Init_Decoder()1848 if (vidCompNames[i] == NULL) { in Init_Decoder()1853 OMX_GetComponentsOfRole(role, &total, vidCompNames); in Init_Decoder()1856 DEBUG_PRINT("\nComponent Name [%s]\n",vidCompNames[i]); in Init_Decoder()1857 free(vidCompNames[i]); in Init_Decoder()1859 free(vidCompNames); in Init_Decoder()