Home
last modified time | relevance | path

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

/external/armnn/samples/ObjectDetection/src/
DCvVideoFrameReader.cpp12 std::shared_ptr<cv::Mat> CvVideoFrameReader::ReadFrame() in ReadFrame()
20 bool CvVideoFrameReader::IsExhausted(const std::shared_ptr<cv::Mat>& frame) const in IsExhausted()
26 void CvVideoFrameReader::CheckIsOpen(const std::string& source) in CheckIsOpen()
34 void CvVideoFrameReader::Init(const std::string& source) in Init()
40 int CvVideoFrameReader::GetSourceWidth() const in GetSourceWidth()
45 int CvVideoFrameReader::GetSourceHeight() const in GetSourceHeight()
50 double CvVideoFrameReader::GetSourceFps() const in GetSourceFps()
55 bool CvVideoFrameReader::ConvertToRGB() in ConvertToRGB()
61 std::string CvVideoFrameReader::GetSourceEncoding() const in GetSourceEncoding()
69 int CvVideoFrameReader::GetSourceEncodingInt() const in GetSourceEncodingInt()
[all …]
DMain.cpp69 std::unique_ptr<od::CvVideoFrameReader> reader = std::make_unique<od::CvVideoFrameReader>(); in GetFrameSourceAndSink()
/external/armnn/samples/ObjectDetection/include/
DCvVideoFrameReader.hpp14 class CvVideoFrameReader : class
23 CvVideoFrameReader() = default;
25 ~CvVideoFrameReader() override = default;
98 CvVideoFrameReaderRgbWrapper(std::unique_ptr<od::CvVideoFrameReader> reader);
105 std::unique_ptr<od::CvVideoFrameReader> m_reader;
/external/armnn/samples/ObjectDetection/test/
DFrameReaderTest.cpp23 od::CvVideoFrameReader reader;
95 od::CvVideoFrameReader reader;
/external/armnn/samples/ObjectDetection/
DReadme.md279 [`CvVideoFrameReader`](./include/CvVideoFrameReader.hpp) in our main function to capture frames fro…
282 The `CvVideoFrameReader` object also tells us information about the input video. Using this informa…