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

/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp1631 int32_t numchannels = 0; local
1633 if (mOutputFormat->findInt32(kKeyChannelCount, &numchannels)) {
1634 size_t frameSize = numchannels * sizeof(int16_t);

Completed in 65 milliseconds