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

/opensolaris-onvv-gate/usr/src/uts/common/io/audio/drv/audiop16x/
H A Daudiop16x.c218 *nframes = port->buf_frames;
330 n = offset + (port->buf_frames - port->offset);
360 *offset = (port->buf_frames * 2 * mult) + (chan % 2);
413 port->buf_frames = 4096;
414 port->buf_size = port->buf_frames * port->nchan * sizeof (uint16_t);
524 chunksz = port->buf_frames * 4;
H A Daudiop16x.h67 uint32_t buf_frames; member in struct:_p16x_port_t
/opensolaris-onvv-gate/usr/src/uts/common/io/audio/drv/audiols/
H A Daudiols.c319 *nframesp = port->buf_frames;
459 n = offset + (port->buf_frames - port->offset);
475 *offset = (port->buf_frames * 2 * (chan / 2)) + (chan % 2);
519 port->buf_frames = 2048;
520 port->buf_size = port->buf_frames * port->nchan * sizeof (int16_t);
720 chunksz = port->buf_frames * 4;
733 chunksz = port->buf_frames * 4;
H A Daudiols.h216 uint32_t buf_frames; /* Buffer size in frames */ member in struct:_audigyls_port_t

Completed in 95 milliseconds