Searched refs:encs (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dz4l.c933 Z4lNewEncoding(XF86VideoEncodingPtr * encs, int *nencs) argument
937 (XF86VideoEncodingPtr) realloc(*encs, sizeof(*tencs) * (*nencs + 1));
942 *encs = tencs;
1315 XF86VideoEncodingPtr encs, enc; local in function:Z4lInit
1338 encs = NULL;
1430 if ((enc = Z4lNewEncoding(&encs, &nencs)) == NULL)
1455 if (encs == NULL) {
1483 if ((enc = Z4lNewEncoding(&encs, &nencs)) == NULL)
1553 adpt->pEncodings = encs;
1587 pPriv->enc = &encs[cen
[all...]

Completed in 4 milliseconds