Searched refs:y4m_input_open (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/ |
D | y4minput.h | 65 int y4m_input_open(y4m_input *_y4m, FILE *_fin, char *_skip, int _nskip,
|
D | y4minput.c | 701 int y4m_input_open(y4m_input *_y4m, FILE *_fin, char *_skip, int _nskip, in y4m_input_open() function
|
D | vpxenc.c | 993 if (y4m_input_open(&input->y4m, input->file, input->detect.buf, 4, in open_input_file()
|
/external/libvpx/libvpx/test/ |
D | y4m_video_source.h | 51 ASSERT_FALSE(y4m_input_open(&y4m_, input_file_, NULL, 0, 0)); in ReadSourceToStart()
|