Home
last modified time | relevance | path

Searched refs:bytesPerFrame (Results 1 – 1 of 1) sorted by relevance

/system/media/audio_utils/
Dtinysndfile.c34 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()
[all …]