Home
last modified time | relevance | path

Searched full:enci (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/display/
H A Damlogic,meson-vpu.yaml22 | osd2 | | | |---| Enci ----------|----|-----VDAC------|
50 - ENCI : Interlace Video encoder for CVBS and Interlace HDMI
55 The ENCI is connected to a single VDAC for Composite Output.
56 The ENCI and ENCP are connected to an on-chip HDMI Transceiver.
H A Damlogic,meson-dw-hdmi.yaml37 selects either the ENCI encoder for the 576i or 480i formats or the ENCP
40 The VENC uses a DVI encoder on top of the ENCI or ENCP encoders to generate
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp928 auto EncI = OpcodeToEncodingID.find(Opc); in emitTable() local
929 assert(EncI != OpcodeToEncodingID.end() && "no encoding entry"); in emitTable()
930 auto EncodingID = EncI->second; in emitTable()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c260006 if( nBuf>4 && 0==memcmp("enci", &aBuf[nBuf-4], 4) ){