Searched refs:decklink_frame (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavdevice/ |
D | decklink_enc.cpp | 49 class decklink_frame : public IDeckLinkVideoFrame class 52 …decklink_frame(struct decklink_ctx *ctx, AVFrame *avframe, AVCodecID codec_id, int height, int wid… in decklink_frame() function in decklink_frame 54 …decklink_frame(struct decklink_ctx *ctx, AVPacket *avpacket, AVCodecID codec_id, int height, int w… in decklink_frame() function in decklink_frame 144 decklink_frame *frame = static_cast<decklink_frame *>(_frame); in ScheduledFrameCompleted() 371 AVPacket *pkt, decklink_frame *frame) in decklink_construct_vanc() 440 decklink_frame *frame; in decklink_write_video_packet() 458 … frame = new decklink_frame(ctx, avframe, st->codecpar->codec_id, avframe->height, avframe->width); in decklink_write_video_packet() 466 …frame = new decklink_frame(ctx, avpacket, st->codecpar->codec_id, ctx->bmd_height, ctx->bmd_width); in decklink_write_video_packet()
|