Home
last modified time | relevance | path

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

/external/libvpx/libvpx/
Dy4minput.c59 int got_chroma; in y4m_parse_tags() local
62 got_w = got_h = got_fps = got_interlace = got_par = got_chroma = 0; in y4m_parse_tags()
106 got_chroma = 1; in y4m_parse_tags()
117 if (!got_chroma) strcpy(_y4m->chroma_type, "420"); in y4m_parse_tags()