Searched refs:icv_av_write_frame_FFMPEG (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/videoio/src/ |
D | cap_ffmpeg_impl.hpp | 1269 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()
|