Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dcap_ffmpeg_impl.hpp1305 int got_output = 0; in icv_av_write_frame_FFMPEG() local
1308 ret = avcodec_encode_video2(c, &pkt, picture, &got_output); in icv_av_write_frame_FFMPEG()
1311 else if (got_output) { in icv_av_write_frame_FFMPEG()