Home
last modified time | relevance | path

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

/external/libvpx/libvpx/
Dy4minput.h67 void y4m_input_close(y4m_input *_y4m);
Dy4minput.c987 void y4m_input_close(y4m_input *_y4m) { in y4m_input_close() function
Dvpxenc.c1017 y4m_input_close(&input->y4m); in close_input_file()
/external/libvpx/libvpx/test/
Dy4m_video_source.h109 y4m_input_close(&y4m_); in CloseSource()