Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/services/codec/server/
H A Dcodec_param_checker.cpp47 template<class T> void PrintParam(bool paramExist, const std::string_view tag, T value) in PrintParam()
57 template<class T> void PrintParam(bool paramExist, const std::string_view tag, T value1, T value2) in PrintParam()
244 bool paramExist = format.GetIntValue(MediaDescriptionKey::MD_KEY_PIXEL_FORMAT, pixelFormat); in PixelFormatChecker() local
263 bool paramExist = format.GetDoubleValue(MediaDescriptionKey::MD_KEY_FRAME_RATE, framerate); in FramerateChecker() local
334 bool paramExist = format.GetIntValue(MediaDescriptionKey::MD_KEY_PROFILE, profile); in VideoProfileChecker() local
353 bool paramExist = format.GetIntValue(MediaDescriptionKey::MD_KEY_ROTATION_ANGLE, rotation); in RotaitonChecker() local