OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AV_TIME_BASE
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/3rdparty/include/ffmpeg_/libavutil/
avutil.h
229
#define
AV_TIME_BASE
1000000
235
#define AV_TIME_BASE_Q (AVRational){1,
AV_TIME_BASE
}
/external/opencv3/modules/videoio/src/
cap_ffmpeg_impl.hpp
831
double sec = (double)ic->duration / (double)
AV_TIME_BASE
;
[
all
...]
Completed in 625 milliseconds