Home
last modified time | relevance | path

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

/frameworks/av/media/libmediahelper/
DTypeConverter.cpp117 ChannelIndexConverter::collectionFromString(channels, channelMaskCollection, del); in channelMasksFromString()
126 ChannelIndexConverter::collectionFromString(inChannels, inputChannelMaskCollection, del); in inputChannelMasksFromString()
135 ChannelIndexConverter::collectionFromString(outChannels, outputChannelMaskCollection, del); in outputChannelMasksFromString()
/frameworks/av/media/libmediahelper/tests/
Dtypeconverter_tests.cpp66 EXPECT_TRUE(ChannelIndexConverter::fromString(stringVal, channelMask)) in TEST()
68 EXPECT_TRUE(ChannelIndexConverter::toString(channelMask, stringValBack)) in TEST()
76 EXPECT_FALSE(ChannelIndexConverter::fromString(stringVal, channelMask)) in TEST()
87 EXPECT_TRUE(ChannelIndexConverter::toString(channelMask, stringValBack)) in TEST()
/frameworks/av/media/libmediahelper/include/media/
DTypeConverter.h227 typedef TypeConverter<ChannelIndexTraits> ChannelIndexConverter; typedef