Home
last modified time | relevance | path

Searched defs:obu_ctx (Results 1 – 5 of 5) sorted by relevance

/external/libaom/libaom/tools/
Ddump_obu.cc44 ObuDecInputContext *obu_ctx = nullptr; member
122 ObuDecInputContext obu_ctx; in main() local
/external/libaom/libaom/common/
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; member
/external/libaom/libaom/examples/
Dscalable_decoder.c103 struct ObuDecInputContext obu_ctx = { &aom_input_ctx, NULL, 0, 0, 0 }; in main() local
/external/libaom/libaom/apps/
Daomdec.c54 struct ObuDecInputContext *obu_ctx; member
486 struct ObuDecInputContext obu_ctx = { NULL, NULL, 0, 0, 0 }; in main_loop() local