Searched refs:bytesPerFrame (Results 1 – 1 of 1) sorted by relevance
34 size_t bytesPerFrame; member208 unsigned bytesPerFrame = (bitsPerSample >> 3) * channels; in sf_open_read() local209 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()[all …]