HomeSort by relevance Sort by last modified time
    Searched refs:mFoundChannels (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.h 139 Vector<size_t> mFoundChannels;
NuPlayerDecoder.cpp 868 return mFoundChannels.size();
882 bool isDefaultAuto = (mFoundChannels[index] == 0);
1005 mTrackIndices[channel] = mFoundChannels.size();
1006 mFoundChannels.push_back(channel);
    [all...]

Completed in 155 milliseconds