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() 264 struct decklink_ctx *ctx = (struct decklink_ctx *)cctx->ctx; in ff_decklink_set_format() 490 struct decklink_ctx *ctx = (struct decklink_ctx *)cctx->ctx; in ff_decklink_list_formats() 541 struct decklink_ctx *ctx = (struct decklink_ctx *)cctx->ctx; in ff_decklink_cleanup() 558 struct decklink_ctx *ctx = (struct decklink_ctx *)cctx->ctx; in ff_decklink_init_device()
|
D | decklink_dec.cpp | 589 static void handle_klv(AVFormatContext *avctx, decklink_ctx *ctx, IDeckLinkVideoInputFrame *videoFr… in handle_klv() 706 decklink_ctx *ctx; 716 ctx = (struct decklink_ctx *)cctx->ctx; in decklink_input_callback() 814 static int get_frame_timecode(AVFormatContext *avctx, decklink_ctx *ctx, AVTimecode *tc, IDeckLinkV… in get_frame_timecode() 1095 struct decklink_ctx *ctx = (struct decklink_ctx *)cctx->ctx; in decklink_autodetect() 1147 struct decklink_ctx *ctx = (struct decklink_ctx *)cctx->ctx; in ff_decklink_read_close() 1166 struct decklink_ctx *ctx; in ff_decklink_read_header() 1173 ctx = (struct decklink_ctx *) av_mallocz(sizeof(struct decklink_ctx)); in ff_decklink_read_header() 1432 struct decklink_ctx *ctx = (struct decklink_ctx *)cctx->ctx; in ff_decklink_read_packet()
|
D | decklink_common.h | 91 struct decklink_ctx { struct
|