Home
last modified time | relevance | path

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

/external/opencv3/modules/cudacodec/src/
Dffmpeg_video_source.hpp59 bool getNextPacket(unsigned char** data, int* size, bool* endOfFile);
Dvideo_source.cpp102 if (!thiz->source_->getNextPacket(&data, &size, &endOfFile)) in readLoop()
Dffmpeg_video_source.cpp129 bool cv::cudacodec::detail::FFmpegVideoSource::getNextPacket(unsigned char** data, int* size, bool*… in getNextPacket() function in cv::cudacodec::detail::FFmpegVideoSource
/external/opencv3/modules/cudacodec/include/opencv2/
Dcudacodec.hpp319 virtual bool getNextPacket(unsigned char** data, int* size, bool* endOfFile) = 0;