Home
last modified time | relevance | path

Searched refs:decklink_ctx (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavdevice/
H A Ddecklink_enc.cpp52 decklink_frame(struct decklink_ctx *ctx, AVFrame *avframe, AVCodecID codec_id, int height, int width) : in decklink_frame()
54 decklink_frame(struct decklink_ctx *ctx, AVPacket *avpacket, AVCodecID codec_id, int height, int width) : 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 *)cct in ff_decklink_write_trailer()
[all...]
H A Ddecklink_common.cpp125 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 *)cct in ff_decklink_cleanup()
[all...]
H A Ddecklink_dec.cpp589 static void handle_klv(AVFormatContext *avctx, decklink_ctx *ctx, IDeckLinkVideoInputFrame *videoFrame, int64_t pts) 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, IDeckLinkVideoInputFrame *videoFrame) 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_malloc in ff_decklink_read_header()
[all...]
H A Ddecklink_common.h91 struct decklink_ctx { struct

Completed in 5 milliseconds