Searched refs:ObuDecInputContext (Results 1 – 6 of 6) sorted by relevance
/external/libaom/libaom/common/ |
D | obudec.h | 20 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);
|
D | obudec.c | 272 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()
|
D | video_reader.c | 25 struct ObuDecInputContext obu_ctx;
|
/external/libaom/libaom/tools/ |
D | dump_obu.cc | 44 ObuDecInputContext *obu_ctx = nullptr; 122 ObuDecInputContext obu_ctx; in main()
|
/external/libaom/libaom/examples/ |
D | scalable_decoder.c | 103 struct ObuDecInputContext obu_ctx = { &aom_input_ctx, NULL, 0, 0, 0 }; in main()
|
/external/libaom/libaom/apps/ |
D | aomdec.c | 54 struct ObuDecInputContext *obu_ctx; 486 struct ObuDecInputContext obu_ctx = { NULL, NULL, 0, 0, 0 }; in main_loop()
|