Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/armnn
/ GetSourceEncodingInt
Method
GetSourceEncodingInt
samples/common/src/CVUtils/CvVideoFrameReader.cpp:69–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
int CvVideoFrameReader::GetSourceEncodingInt() const
70
{
71
return (int)m_capture.get(cv::CAP_PROP_FOURCC);
72
}
73
74
int CvVideoFrameReader::GetFrameCount() const
75
{
Callers
1
GetFrameSourceAndSink
Function · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected