Lines Matching refs:sample_shift
57 unsigned sample_shift; member
98 pPriv->sample_shift = 0; in ossinit()
114 pPriv->sample_shift = 1; in ossinit()
130 pPriv->sample_shift = 2; in ossinit()
146 pPriv->sample_shift = 1; in ossinit()
177 pPriv->sample_shift = 0; in ossinit()
188 pPriv->sample_shift = 1; in ossinit()
246 pPriv->cOutput = cbOutput >> pPriv->sample_shift; in ossinit()
269 size_t cbOutputLeft = cOutput << pPriv->sample_shift; in ossread()
289 cRead = cOutput - (cbOutputLeft >> pPriv->sample_shift); in ossread()
291 switch (pPriv->sample_shift) in ossread()
316 switch (pPriv->sample_shift) in ossread()
368 switch (pPriv->sample_shift) in osswrite()
390 switch (pPriv->sample_shift) in osswrite()
413 cbStride = cStride << pPriv->sample_shift; in osswrite()