Searched refs:mFoundChannels (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerCCDecoder.h47 Vector<size_t> mFoundChannels; member in struct:android::NuPlayer::CCDecoder
H A DNuPlayerCCDecoder.cpp127 return mFoundChannels.size();
141 bool isDefaultAuto = (mFoundChannels[index] == 0);
292 mTrackIndices[channel] = mFoundChannels.size();
293 mFoundChannels.push_back(channel);
332 if (mCurrentChannel == mFoundChannels[index]) {

Completed in 134 milliseconds