Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/tests/
DFrameReassembler_test.cpp28 static size_t BytesPerSample(C2Config::pcm_encoding_t encoding) { in BytesPerSample() function
76 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()