Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/services/codec/server/
H A Dcodec_param_checker.cpp226 bool resolutionValid = true; in ResolutionChecker() local
229 resolutionValid = (capData.width.InRange(width) && capData.height.InRange(height)) || in ResolutionChecker()
232 resolutionValid = capData.width.InRange(width) && capData.height.InRange(height); in ResolutionChecker()
234 CHECK_AND_RETURN_RET_LOG(resolutionValid, AVCS_ERR_INVALID_VAL, in ResolutionChecker()