Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/wifi-display/
DVideoFormats.cpp535 ProfileType srcProfile, sinkProfile; in PickBestFormat() local
542 &sinkProfile, &sinkLevel); in PickBestFormat()
543 *chosenProfile = srcProfile < sinkProfile ? srcProfile : sinkProfile; in PickBestFormat()