Home
last modified time | relevance | path

Searched refs:raw_format (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavdevice/
Ddecklink_common.cpp296 if (ctx->dli->DoesSupportVideoMode(ctx->video_input, ctx->bmd_mode, ctx->raw_format, in ff_decklink_set_format()
302 … if (ctx->dlo->DoesSupportVideoMode(bmdVideoConnectionUnspecified, ctx->bmd_mode, ctx->raw_format, in ff_decklink_set_format()
310 if (ctx->dli->DoesSupportVideoMode(ctx->video_input, ctx->bmd_mode, ctx->raw_format, in ff_decklink_set_format()
316 … if (ctx->dlo->DoesSupportVideoMode(bmdVideoConnectionUnspecified, ctx->bmd_mode, ctx->raw_format, in ff_decklink_set_format()
327 if (ctx->dli->DoesSupportVideoMode(ctx->bmd_mode, ctx->raw_format, in ff_decklink_set_format()
332 if (!ctx->supports_vanc || ctx->dlo->DoesSupportVideoMode(ctx->bmd_mode, ctx->raw_format, in ff_decklink_set_format()
336 if (ctx->dlo->DoesSupportVideoMode(ctx->bmd_mode, ctx->raw_format, in ff_decklink_set_format()
Ddecklink_dec.cpp1090 if (!cctx->raw_format) in VideoInputFormatChanged()
1091 …ctx->raw_format = (formatFlags & bmdDetectedVideoInputRGB444) ? bmdFormat8BitARGB : bmdFormat8BitY… in VideoInputFormatChanged()
1193 …if (cctx->raw_format > 0 && (unsigned int)cctx->raw_format < FF_ARRAY_ELEMS(decklink_raw_format_ma… in ff_decklink_read_header()
1194 ctx->raw_format = decklink_raw_format_map[cctx->raw_format]; in ff_decklink_read_header()
1273 if (ctx->raw_format == (BMDPixelFormat)0) in ff_decklink_read_header()
1274 ctx->raw_format = bmdFormat8BitYUV; in ff_decklink_read_header()
1318 switch(ctx->raw_format) { in ff_decklink_read_header()
1344 av_fourcc_make_string(fourcc_str, ctx->raw_format); in ff_decklink_read_header()
1406 ctx->raw_format, in ff_decklink_read_header()
Ddecklink_common_c.h58 int raw_format; member
Ddecklink_common.h137 BMDPixelFormat raw_format; member
Ddecklink_dec_c.c36 …{ "raw_format", "pixel format to be returned by the card when capturing" , OFFSET(raw_format), …
Ddecklink_enc.cpp182 ctx->raw_format = bmdFormat8BitYUV; in decklink_setup_video()
188 ctx->raw_format = bmdFormat10BitYUV; in decklink_setup_video()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfutils.cpp136 gboolean raw_format = TRUE; in gst_mf_media_type_to_video_caps() local
155 raw_format = FALSE; in gst_mf_media_type_to_video_caps()
170 if (raw_format) { in gst_mf_media_type_to_video_caps()
/third_party/ffmpeg/doc/
Dindevs.texi268 input can be set with @option{raw_format}.
295 @item raw_format
454 ffmpeg -raw_format yuv422p10 -format_code Hi50 -f decklink -i 'UltraStudio Mini Recorder' -c:a copy…