Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayer2/nuplayer2/
DGenericSource2.cpp933 int32_t isAutoselect = 1, isDefault = 0, isForced = 0; in getTrackInfo() local
934 format->findInt32(AMEDIAFORMAT_KEY_IS_AUTOSELECT, &isAutoselect); in getTrackInfo()
938 format->setInt32("auto", !!isAutoselect); in getTrackInfo()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DGenericSource.cpp967 int32_t isAutoselect = 1, isDefault = 0, isForced = 0; in getTrackInfo() local
968 meta->findInt32(kKeyTrackIsAutoselect, &isAutoselect); in getTrackInfo()
972 format->setInt32("auto", !!isAutoselect); in getTrackInfo()