Home | History | Annotate | Download | only in audio_utils

Lines Matching defs:bytesPerFrame

34     size_t bytesPerFrame;
208 unsigned bytesPerFrame = (bitsPerSample >> 3) * channels;
209 handle->bytesPerFrame = bytesPerFrame;
243 handle->remaining = chunkSize / handle->bytesPerFrame;
371 handle->bytesPerFrame = blockAlignment;
409 unsigned dataSize = handle->remaining * handle->bytesPerFrame;
429 size_t desiredBytes = desiredFrames * handle->bytesPerFrame;
439 size_t actualFrames = actualBytes / handle->bytesPerFrame;
478 size_t desiredBytes = desiredFrames * handle->bytesPerFrame;
488 size_t actualFrames = actualBytes / handle->bytesPerFrame;
529 size_t desiredBytes = desiredFrames * handle->bytesPerFrame;
539 size_t actualFrames = actualBytes / handle->bytesPerFrame;
574 size_t desiredBytes = desiredFrames * handle->bytesPerFrame;
602 size_t actualFrames = actualBytes / handle->bytesPerFrame;
611 size_t desiredBytes = desiredFrames * handle->bytesPerFrame;
627 size_t actualFrames = actualBytes / handle->bytesPerFrame;
636 size_t desiredBytes = desiredFrames * handle->bytesPerFrame;
645 size_t actualFrames = actualBytes / handle->bytesPerFrame;