Home
last modified time | relevance | path

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

/dports/multimedia/vlc/vlc-3.0.16/modules/video_output/
H A Ddecklink.cpp855 static void send_AFD(uint8_t afdcode, uint8_t ar, uint8_t *buf) in send_AFD() argument
873 afd[ 6] = ((afdcode & 0x0F) << 3) | ((ar & 0x01) << 2); /* SMPTE 2016-1 */ in send_AFD()