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()
526 size_t desiredBytes = desiredFrames * handle->bytesPerFrame; in sf_readf_int()
536 size_t actualFrames = actualBytes / handle->bytesPerFrame; in sf_readf_int()
568 size_t desiredBytes = desiredFrames * handle->bytesPerFrame; in sf_writef_short()
596 size_t actualFrames = actualBytes / handle->bytesPerFrame; in sf_writef_short()
605 size_t desiredBytes = desiredFrames * handle->bytesPerFrame; in sf_writef_float()
621 size_t actualFrames = actualBytes / handle->bytesPerFrame; in sf_writef_float()
630 size_t desiredBytes = desiredFrames * handle->bytesPerFrame; in sf_writef_int()
639 size_t actualFrames = actualBytes / handle->bytesPerFrame; in sf_writef_int()