Home
last modified time | relevance | path

Searched refs:kKeyChannelMask (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/include/media/stagefright/
DMetaData.h49 kKeyChannelMask = 'chnm', // int32_t enumerator
/frameworks/av/media/libstagefright/
DUtils.cpp157 if (meta->findInt32(kKeyChannelMask, &channelMask)) { in convertMetaDataToMessage()
614 meta->setInt32(kKeyChannelMask, channelMask); in convertMessageToMetaData()
714 if (meta->findInt32(kKeyChannelMask, &channelMask)) { in sendMetaDataToHal()
837 if (!meta->findInt32(kKeyChannelMask, &cmask)) { in canOffloadStream()
DWAVExtractor.cpp304 mTrackMeta->setInt32(kKeyChannelMask, mChannelMask); in init()
DAudioPlayer.cpp129 if(!format->findInt32(kKeyChannelMask, &channelMask)) { in start()