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

/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dephyrhostvideo.c336 int nb_formats=0, i=0 ; local in function:ephyrHostXVAdaptorGetVideoFormats
342 nb_formats = ((XvAdaptorInfo*)a_this)->num_formats ;
343 formats = calloc (nb_formats, sizeof (EphyrHostVideoFormat)) ;
344 for (i=0; i < nb_formats; i++) {
357 *a_nb_formats = nb_formats ;

Completed in 2 milliseconds