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

/xsrc/external/mit/libXext/dist/src/
H A DXMultibuf.c559 int nmono, nstereo; local in function:XmbufGetScreenInfo
573 nstereo = rep.stereoInfo;
575 sinfo = ((nstereo > 0) ? read_buffer_info (dpy, nstereo) : NULL);
578 if ((nmono > 0 && !minfo) || (nstereo > 0 && !sinfo)) {
588 *nstereo_return = nstereo;
/xsrc/external/mit/xdpyinfo/dist/
H A Dxdpyinfo.c635 int nmono, nstereo; /* count */ local in function:print_multibuf_info
640 &nstereo, &stereo_info)) {
650 printf (" number of stereo multibuffer types: %d\n", nstereo);
651 for (int j = 0; j < nstereo; j++) {

Completed in 4 milliseconds