Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DOMXCodec.cpp1737 int32_t numchannels = 0; in allocateBuffersOnPort() local
1739 if (mOutputFormat->findInt32(kKeyChannelCount, &numchannels)) { in allocateBuffersOnPort()
1740 size_t frameSize = numchannels * sizeof(int16_t); in allocateBuffersOnPort()