Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dhevc.c51 uint8_t chromaFormat; member
513 hvcc->chromaFormat = get_ue_golomb_long(gb); in hvcc_parse_sps()
515 if (hvcc->chromaFormat == 3) in hvcc_parse_sps()
853 hvcc->chromaFormat); in hvcc_write()
943 avio_w8(pb, hvcc->chromaFormat | 0xfc); in hvcc_write()