Searched refs:Preferable (Results 1 – 3 of 3) sorted by relevance
112 static bool Preferable(const Codec& first, const Codec& other) { in Preferable() function148 static bool Preferable(const AudioCodec& first, const AudioCodec& other) { in Preferable() function181 static bool Preferable(const VideoCodec& first, const VideoCodec& other) { in Preferable() function
22 Different interpolation methods are used. Preferable interpolation methods are **cv2.INTER_AREA**
334 std::sort(result.begin(), result.end(), &AudioCodec::Preferable); in SupportedCodecs()