Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dcap_ffmpeg_impl.hpp1269 static int icv_av_write_frame_FFMPEG( AVFormatContext * oc, AVStream * video_st, in icv_av_write_frame_FFMPEG() function
1451 ret = icv_av_write_frame_FFMPEG( oc, video_st, outbuf, outbuf_size, picture) >= 0; in writeFrame()
1476 int ret = icv_av_write_frame_FFMPEG( oc, video_st, outbuf, outbuf_size, NULL); in close()