Home
last modified time | relevance | path

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

/frameworks/av/media/libmediahelper/
DTypeConverter.cpp262 const InputChannelConverter::Table InputChannelConverter::mTable[] = {
460 !InputChannelConverter::fromString(literalChannels, channels)) { in channelMaskFromString()
471 InputChannelConverter::collectionFromString(channels, channelMaskCollection, del); in channelMasksFromString()
480 InputChannelConverter::collectionFromString(inChannels, inputChannelMaskCollection, del); in inputChannelMasksFromString()
/frameworks/av/media/libmediahelper/include/media/
DTypeConverter.h209 typedef TypeConverter<InputChannelTraits> InputChannelConverter; typedef
225 template<> const InputChannelConverter::Table InputChannelConverter::mTable[];