Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DACodec.h290 bool mChannelMaskPresent; member
/aosp12/frameworks/av/media/libstagefright/
H A DACodec.cpp578 mChannelMaskPresent(false), in ACodec()
2348 mChannelMaskPresent = true; in configureCodec()
2350 mChannelMaskPresent = false; in configureCodec()
5384 if (mChannelMaskPresent) { in getPortFormat()