Lines Matching refs:bytesPerFrame
34 size_t bytesPerFrame; member
208 unsigned bytesPerFrame = (bitsPerSample >> 3) * channels; in sf_open_read() local
209 handle->bytesPerFrame = bytesPerFrame; in sf_open_read()
243 handle->remaining = chunkSize / handle->bytesPerFrame; in sf_open_read()
371 handle->bytesPerFrame = blockAlignment; in sf_open_write()
409 unsigned dataSize = handle->remaining * handle->bytesPerFrame; in sf_close()
429 size_t desiredBytes = desiredFrames * handle->bytesPerFrame; in sf_readf_short()
439 size_t actualFrames = actualBytes / handle->bytesPerFrame; in sf_readf_short()
478 size_t desiredBytes = desiredFrames * handle->bytesPerFrame; in sf_readf_float()
488 size_t actualFrames = actualBytes / handle->bytesPerFrame; in sf_readf_float()
529 size_t desiredBytes = desiredFrames * handle->bytesPerFrame; in sf_readf_int()
539 size_t actualFrames = actualBytes / handle->bytesPerFrame; in sf_readf_int()
574 size_t desiredBytes = desiredFrames * handle->bytesPerFrame; in sf_writef_short()
602 size_t actualFrames = actualBytes / handle->bytesPerFrame; in sf_writef_short()
611 size_t desiredBytes = desiredFrames * handle->bytesPerFrame; in sf_writef_float()
627 size_t actualFrames = actualBytes / handle->bytesPerFrame; in sf_writef_float()
636 size_t desiredBytes = desiredFrames * handle->bytesPerFrame; in sf_writef_int()
645 size_t actualFrames = actualBytes / handle->bytesPerFrame; in sf_writef_int()