Home
last modified time | relevance | path

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

/external/libaom/libaom/common/
Dobudec.h31 int file_is_obu(struct ObuDecInputContext *obu_ctx);
Dvideo_reader.c61 } else if (file_is_obu(&reader->obu_ctx)) { in aom_video_reader_open()
Dobudec.c272 int file_is_obu(struct ObuDecInputContext *obu_ctx) { in file_is_obu() function
/external/libaom/libaom/tools/
Ddump_obu.cc58 if (file_is_obu(ctx->obu_ctx)) return FILE_TYPE_OBU; in GetFileType()
/external/libaom/libaom/examples/
Dscalable_decoder.c136 if (!file_is_obu(&obu_ctx)) in main()
/external/libaom/libaom/apps/
Daomdec.c616 else if (file_is_obu(&obu_ctx)) in main_loop()