Searched refs:getObjectInfoError (Results 1 – 1 of 1) sorted by relevance
43 static const std::map<int32_t, int32_t> getObjectInfoError = { in SolveGetObjectInfoError() local48 map<int32_t, int32_t>::const_iterator iterator = getObjectInfoError.find(mediaError); in SolveGetObjectInfoError()49 if (iterator != getObjectInfoError.end()) { in SolveGetObjectInfoError()50 return getObjectInfoError.at(mediaError); in SolveGetObjectInfoError()