Home
last modified time | relevance | path

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

/external/opencv3/modules/cudacodec/src/
Dvideo_parser.cpp106 format->coded_width != thiz->videoDecoder_->frameWidth() || in HandleVideoSequence()
114 newFormat.width = format->coded_width; in HandleVideoSequence()
Dcuvid_video_source.cpp73 format_.width = vidfmt.coded_width; in CuvidVideoSource()
/external/opencv3/3rdparty/include/ffmpeg_/libavcodec/
Davcodec.h1331 int coded_width, coded_height; member
/external/opencv3/modules/videoio/src/
Dcap_ffmpeg_impl.hpp2332 *width = enc->coded_width; in open()