Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dcap_ffmpeg_impl.hpp1925 AVFormatContext* oc_; member
1937 if (oc_) in close()
1940 av_write_trailer(oc_); in close()
1943 for (unsigned int i = 0; i < oc_->nb_streams; ++i) in close()
1945 av_freep(&oc_->streams[i]->codec); in close()
1946 av_freep(&oc_->streams[i]); in close()
1949 if (!(fmt_->flags & AVFMT_NOFILE) && oc_->pb) in close()
1955 url_fclose(oc_->pb); in close()
1957 url_fclose(&oc_->pb); in close()
1960 avio_close(oc_->pb); in close()
[all …]