Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dcap_ffmpeg_api.hpp30 OPENCV_FFMPEG_API struct CvCapture_FFMPEG* cvCreateFileCapture_FFMPEG(const char* filename);
32 OPENCV_FFMPEG_API int cvSetCaptureProperty_FFMPEG(struct CvCapture_FFMPEG* cap,
36 OPENCV_FFMPEG_API double cvGetCaptureProperty_FFMPEG(struct CvCapture_FFMPEG* cap, int prop);
38 OPENCV_FFMPEG_API int cvGrabFrame_FFMPEG(struct CvCapture_FFMPEG* cap);
40 OPENCV_FFMPEG_API int cvRetrieveFrame_FFMPEG(struct CvCapture_FFMPEG* capture, unsigned char** data,
44 OPENCV_FFMPEG_API void cvReleaseCapture_FFMPEG(struct CvCapture_FFMPEG** cap);
Dcap_ffmpeg_impl.hpp225 struct CvCapture_FFMPEG struct
279 void CvCapture_FFMPEG::init() in init() argument
304 void CvCapture_FFMPEG::close() in close()
562 bool CvCapture_FFMPEG::open( const char* _filename ) in open()
660 bool CvCapture_FFMPEG::grabFrame() in grabFrame()
733 bool CvCapture_FFMPEG::retrieveFrame(int, unsigned char** data, int* step, int* width, int* height,… in retrieveFrame()
784 double CvCapture_FFMPEG::getProperty( int property_id ) const in getProperty()
824 double CvCapture_FFMPEG::r2d(AVRational r) const in r2d()
829 double CvCapture_FFMPEG::get_duration_sec() const in get_duration_sec()
846 int CvCapture_FFMPEG::get_bitrate() const in get_bitrate()
[all …]