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