MCPcopy 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
142uint8_t *AVFrameWrapper::getData(int component)
143{
144 this->update();
145 return this->data[component];
146}
147
148int AVFrameWrapper::getLineSize(int component)
149{

Callers 1

getNextUnitMethod · 0.45

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected