Home
last modified time | relevance | path

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

/frameworks/av/media/libmediahelper/tests/
Dtypeconverter_tests.cpp48 EXPECT_TRUE(InputChannelConverter::fromString(stringVal, channelMask)) in TEST()
50 EXPECT_TRUE(InputChannelConverter::toString(channelMask, stringValBack)) in TEST()
54 EXPECT_TRUE(InputChannelConverter::fromString(stringValBack, channelMaskBack)) in TEST()
72 EXPECT_FALSE(InputChannelConverter::fromString(stringVal, channelMask)) in TEST()
81 EXPECT_TRUE(InputChannelConverter::toString(channelMask, stringValBack)) in TEST()
/frameworks/av/media/libmediahelper/
DTypeConverter.cpp116 InputChannelConverter::collectionFromString(channels, channelMaskCollection, del); in channelMasksFromString()
125 InputChannelConverter::collectionFromString(inChannels, inputChannelMaskCollection, del); in inputChannelMasksFromString()
/frameworks/av/media/libmediahelper/include/media/
DTypeConverter.h226 typedef TypeConverter<InputChannelTraits> InputChannelConverter; typedef