Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/include/ffmpeg_/libavutil/
Drational.h55 static inline int av_cmp_q(AVRational a, AVRational b){ in av_cmp_q() function
/external/opencv3/modules/videoio/src/
Dcap_ffmpeg_impl.hpp1216 if(av_cmp_q(error, best_error) < 0){ in icv_add_video_stream_FFMPEG()
2034 if (av_cmp_q(error, best_error) < 0) in addVideoStream()