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