Searched refs:ppDecoder (Results 1 – 3 of 3) sorted by relevance
566 long WelsCreateDecoder (ISVCDecoder** ppDecoder);
1475 long WelsCreateDecoder (ISVCDecoder** ppDecoder) { in WelsCreateDecoder() argument1477 if (NULL == ppDecoder) { in WelsCreateDecoder()1481 *ppDecoder = new CWelsDecoder(); in WelsCreateDecoder()1483 if (NULL == *ppDecoder) { in WelsCreateDecoder()