Searched refs:dataspace_standard_map (Results 1 – 2 of 2) sorted by relevance
362 const std::map<uint32_t, int32_t> dataspace_standard_map = variable
303 auto standard_it = dataspace_standard_map.find(srcStandard); in isDataspaceSupportedByMPP()304 if ((standard_it == dataspace_standard_map.end()) || in isDataspaceSupportedByMPP()