Searched refs:ppDecoder (Results 1 – 2 of 2) sorted by relevance
566 long WelsCreateDecoder (ISVCDecoder** ppDecoder);
1461 long WelsCreateDecoder (ISVCDecoder** ppDecoder) { in WelsCreateDecoder() argument1463 if (NULL == ppDecoder) { in WelsCreateDecoder()1467 *ppDecoder = new CWelsDecoder(); in WelsCreateDecoder()1469 if (NULL == *ppDecoder) { in WelsCreateDecoder()