Searched refs:BytesPerSample (Results 1 – 1 of 1) sorted by relevance
28 static size_t BytesPerSample(C2Config::pcm_encoding_t encoding) { in BytesPerSample() function76 inputIndex * 1000000 / sampleRate / channelCount / BytesPerSample(encoding)); in testPushSameSize()90 outputIndex * 1000000 / sampleRate / channelCount / BytesPerSample(encoding); in testPushSameSize()105 ASSERT_EQ(encoderFrameSize * BytesPerSample(encoding), view.capacity()); in testPushSameSize()120 encoderFrameSize * channelCount * BytesPerSample(encoding); in testPushSameSize()