Home
last modified time | relevance | path

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

/external/libvpx/libvpx/
Dtools_common.h157 int file_is_y4m(const char detect[4]);
Dtools_common.c290 int file_is_y4m(const char detect[4]) { in file_is_y4m() function
329 if (input->detect.buf_read == 4 && file_is_y4m(input->detect.buf)) { in open_input_file()
/external/libaom/libaom/examples/
Dsvc_encoder_rtc.c79 static int file_is_y4m(const char detect[4]) { in file_is_y4m() function
124 if (input->detect.buf_read == 4 && file_is_y4m(input->detect.buf)) { in open_input_file()
/external/libaom/libaom/apps/
Daomenc.c112 static int file_is_y4m(const char detect[4]) { in file_is_y4m() function
1293 if (input->detect.buf_read == 4 && file_is_y4m(input->detect.buf)) { in open_input_file()