Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dy4minput.c55 int got_fps; in y4m_parse_tags() local
61 got_w = got_h = got_fps = got_interlace = got_par = got_chroma = 0; in y4m_parse_tags()
85 got_fps = 1; in y4m_parse_tags()
110 if (!got_w || !got_h || !got_fps)return -1; in y4m_parse_tags()