Home
last modified time | relevance | path

Searched refs:decklink_raw_format_map (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavdevice/
Ddecklink_common.h158 static const BMDPixelFormat decklink_raw_format_map[] = { variable
Ddecklink_dec.cpp1193 … (cctx->raw_format > 0 && (unsigned int)cctx->raw_format < FF_ARRAY_ELEMS(decklink_raw_format_map)) in ff_decklink_read_header()
1194 ctx->raw_format = decklink_raw_format_map[cctx->raw_format]; in ff_decklink_read_header()