Searched refs:gmm2MosFmtMap (Results 1 – 1 of 1) sorted by relevance
3775 static const std::map<GMM_RESOURCE_FORMAT, MOS_FORMAT> gmm2MosFmtMap = { in GmmFmtToMosFmt() local3848 auto iter = gmm2MosFmtMap.find(format); in GmmFmtToMosFmt()3849 if (iter != gmm2MosFmtMap.end()) in GmmFmtToMosFmt()