Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IENT/YUView
/ getData
Method
getData
YUViewLib/src/ffmpeg/AVFrameWrapper.cpp:142–146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
140
}
141
142
uint8_t *AVFrameWrapper::getData(int component)
143
{
144
this->update();
145
return this->data[component];
146
}
147
148
int AVFrameWrapper::getLineSize(int component)
149
{
Callers
1
getNextUnit
Method · 0.45
Calls
1
update
Method · 0.95
Tested by
no test coverage detected