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

/frameworks/av/media/libstagefright/
H A Davc_utils.cpp693 int channel_mode = (header >> 6) & 3; local
695 *out_channels = (channel_mode == 3) ? 1 : 2;

Completed in 28 milliseconds