Home | History | Annotate | Download | only in media

Lines Matching refs:frameSizeInBytes

728         int frameSizeInBytes = mChannelCount
730 if ((audioBufferSize % frameSizeInBytes != 0) || (audioBufferSize < 1)) {
732 + " (frame size " + frameSizeInBytes + ")");