Home
last modified time | relevance | path

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

/external/libaom/libaom/common/
Dobudec.h20 struct ObuDecInputContext { struct
31 int file_is_obu(struct ObuDecInputContext *obu_ctx); argument
38 int obudec_read_temporal_unit(struct ObuDecInputContext *obu_ctx,
42 void obudec_free(struct ObuDecInputContext *obu_ctx);
Dobudec.c272 int file_is_obu(struct ObuDecInputContext *obu_ctx) { in file_is_obu()
368 int obudec_read_temporal_unit(struct ObuDecInputContext *obu_ctx, in obudec_read_temporal_unit()
483 void obudec_free(struct ObuDecInputContext *obu_ctx) { free(obu_ctx->buffer); } in obudec_free()
Dvideo_reader.c25 struct ObuDecInputContext obu_ctx;
/external/libaom/libaom/tools/
Ddump_obu.cc44 ObuDecInputContext *obu_ctx = nullptr;
122 ObuDecInputContext obu_ctx; in main()
/external/libaom/libaom/examples/
Dscalable_decoder.c103 struct ObuDecInputContext obu_ctx = { &aom_input_ctx, NULL, 0, 0, 0 }; in main()
/external/libaom/libaom/apps/
Daomdec.c54 struct ObuDecInputContext *obu_ctx;
486 struct ObuDecInputContext obu_ctx = { NULL, NULL, 0, 0, 0 }; in main_loop()