Searched defs:isAutoselect (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp1110 int32_t isAutoselect = 1, isDefault = 0, isForced = 0; local
1111 meta->findInt32(kKeyTrackIsAutoselect, &isAutoselect);
1115 format->setInt32("auto", !!isAutoselect);

Completed in 7 milliseconds