Home
last modified time | relevance | path

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

/external/libvpx/libvpx/
Dy4minput.c58 int got_chroma; in y4m_parse_tags() local
61 got_w = got_h = got_fps = got_interlace = got_par = got_chroma = 0; in y4m_parse_tags()
104 got_chroma = 1; in y4m_parse_tags()
115 if (!got_chroma)strcpy(_y4m->chroma_type, "420"); in y4m_parse_tags()