Searched refs:decklink_ctx (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavdevice/ |
D | decklink_enc.cpp | 52 …decklink_frame(struct decklink_ctx *ctx, AVFrame *avframe, AVCodecID codec_id, int height, int wid… in decklink_frame() 54 …decklink_frame(struct decklink_ctx *ctx, AVPacket *avpacket, AVCodecID codec_id, int height, int w… in decklink_frame() 127 struct decklink_ctx *_ctx; 145 struct decklink_ctx *ctx = frame->_ctx; in ScheduledFrameCompleted() 168 struct decklink_ctx *ctx = (struct decklink_ctx *)cctx->ctx; in decklink_setup_video() 239 struct decklink_ctx *ctx = (struct decklink_ctx *)cctx->ctx; in decklink_setup_audio() 280 struct decklink_ctx *ctx = (struct decklink_ctx *)cctx->ctx; in ff_decklink_write_trailer() 309 static void construct_cc(AVFormatContext *avctx, struct decklink_ctx *ctx, in construct_cc() 370 static int decklink_construct_vanc(AVFormatContext *avctx, struct decklink_ctx *ctx, in decklink_construct_vanc() 436 struct decklink_ctx *ctx = (struct decklink_ctx *)cctx->ctx; in decklink_write_video_packet() [all …]
|
D | decklink_common.cpp | 125 struct decklink_ctx *ctx = (struct decklink_ctx *)cctx->ctx; in decklink_select_input() 167 struct decklink_ctx *ctx = (struct decklink_ctx *)cctx->ctx; in ff_decklink_set_configs() 227 struct decklink_ctx *ctx = (struct decklink_ctx *)cctx->ctx; in ff_decklink_set_format() 453 struct decklink_ctx *ctx = (struct decklink_ctx *)cctx->ctx; in ff_decklink_list_formats() 504 struct decklink_ctx *ctx = (struct decklink_ctx *)cctx->ctx; in ff_decklink_cleanup() 521 struct decklink_ctx *ctx = (struct decklink_ctx *)cctx->ctx; in ff_decklink_init_device()
|
D | decklink_dec.cpp | 590 static void handle_klv(AVFormatContext *avctx, decklink_ctx *ctx, IDeckLinkVideoInputFrame *videoFr… in handle_klv() 707 decklink_ctx *ctx; 717 ctx = (struct decklink_ctx *)cctx->ctx; in decklink_input_callback() 815 static int get_frame_timecode(AVFormatContext *avctx, decklink_ctx *ctx, AVTimecode *tc, IDeckLinkV… in get_frame_timecode() 1096 struct decklink_ctx *ctx = (struct decklink_ctx *)cctx->ctx; in decklink_autodetect() 1148 struct decklink_ctx *ctx = (struct decklink_ctx *)cctx->ctx; in ff_decklink_read_close() 1167 struct decklink_ctx *ctx; in ff_decklink_read_header() 1174 ctx = (struct decklink_ctx *) av_mallocz(sizeof(struct decklink_ctx)); in ff_decklink_read_header() 1433 struct decklink_ctx *ctx = (struct decklink_ctx *)cctx->ctx; in ff_decklink_read_packet()
|
D | decklink_common.h | 88 struct decklink_ctx { struct
|