Home
last modified time | relevance | path

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

/frameworks/av/media/module/extractors/tests/
DExtractorUnitTest.cpp979 int32_t bitsPerSampple = -1; in allocateOutputBuffers() local
996 &bitsPerSampple) || bitsPerSampple <= 0) { in allocateOutputBuffers()
1000 bufferSize = bitsPerSampple * channelCount * sampleRate * (clipDurationUs / 1000000 + 1); in allocateOutputBuffers()