Searched refs:isAutoselect (Results 1 – 2 of 2) sorted by relevance
933 int32_t isAutoselect = 1, isDefault = 0, isForced = 0; in getTrackInfo() local934 format->findInt32(AMEDIAFORMAT_KEY_IS_AUTOSELECT, &isAutoselect); in getTrackInfo()938 format->setInt32("auto", !!isAutoselect); in getTrackInfo()
967 int32_t isAutoselect = 1, isDefault = 0, isForced = 0; in getTrackInfo() local968 meta->findInt32(kKeyTrackIsAutoselect, &isAutoselect); in getTrackInfo()972 format->setInt32("auto", !!isAutoselect); in getTrackInfo()