Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IENT/YUView
/ getLineSize
Method
getLineSize
YUViewLib/src/ffmpeg/AVFrameWrapper.cpp:148–152 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
146
}
147
148
int AVFrameWrapper::getLineSize(int component)
149
{
150
this->update();
151
return this->linesize[component];
152
}
153
154
AVFrame *AVFrameWrapper::getFrame() const
155
{
Callers
1
copyCurImageToBuffer
Method · 0.80
Calls
1
update
Method · 0.95
Tested by
no test coverage detected