Home
last modified time | relevance | path

Searched defs:paramValid (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/services/codec/server/
H A Dcodec_param_checker.cpp250 bool paramValid = IsSupported(capData.pixFormat, pixelFormat); in PixelFormatChecker() local
269 bool paramValid = framerate > 0 ? true : false; in FramerateChecker() local
340 bool paramValid = IsSupported(capData.profiles, profile); in VideoProfileChecker() local