| 60 | decklink_frame(struct decklink_ctx *ctx, AVPacket *avpacket, AVCodecID codec_id, int height, int width) : |
| 61 | _ctx(ctx), _avframe(NULL), _avpacket(avpacket), _codec_id(codec_id), _ancillary(NULL), _height(height), _width(width), _refs(1) { } |
| 62 | virtual long STDMETHODCALLTYPE GetWidth (void) { return _width; } |
| 63 | virtual long STDMETHODCALLTYPE GetHeight (void) { return _height; } |
| 64 | virtual long STDMETHODCALLTYPE GetRowBytes (void) |
| 65 | { |
no outgoing calls
no test coverage detected