MCPcopy Create free account
hub / github.com/IENT/YUView / getFrameSize

Method getFrameSize

YUViewLib/src/video/FrameHandler.h:65–65  ·  view source on GitHub ↗

Get the size/bit depth of the (current) frame

Source from the content-addressed store, hash-verified

63
64 // Get the size/bit depth of the (current) frame
65 Size getFrameSize() const { return frameSize; }
66 int getImageBitDepth() const { return currentImage.depth(); }
67
68 // Draw the (current) frame with the given zoom factor

Callers 3

setInputVideosMethod · 0.45
loadResampledFrameMethod · 0.45
setInputVideoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected