Home
last modified time | relevance | path

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

/external/libaom/common/
Dvideo_reader.c35 const bool using_file = strcmp(filename, "-") != 0; in aom_video_reader_open() local
37 using_file ? fopen(filename, "rb") : set_binary_mode(stdin); in aom_video_reader_open()
57 } else if (using_file && in aom_video_reader_open()
/external/libaom/apps/
Daomdec.c615 const bool using_file = strcmp(fn, "-") != 0; in main_loop() local
617 infile = using_file ? fopen(fn, "rb") : set_binary_mode(stdin); in main_loop()
620 fatal("Failed to open input file '%s'", using_file ? fn : "stdin"); in main_loop()
641 } else if (using_file && file_is_webm(input.webm_ctx, input.aom_input_ctx)) { in main_loop()
654 if (!using_file) { in main_loop()