MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / GetWidth

Method GetWidth

libavdevice/decklink_enc.cpp:62–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 3

ff_decklink_set_formatFunction · 0.80
ff_decklink_list_formatsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected