Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dcap_ffmpeg_impl.hpp613 int enc_width = enc->width; in open() local
627 if (enc_width && (enc->width != enc_width)) { enc->width = enc_width; } in open()