Searched refs:ne_alloc (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/nestegg/src/
H A Dnestegg.c487 ne_alloc(size_t size) function
785 item = ne_alloc(sizeof(*item));
1293 pkt = ne_alloc(sizeof(*pkt));
1306 f = ne_alloc(sizeof(*f));
1307 f->data = ne_alloc(frame_sizes[i]);
1423 ctx = ne_alloc(sizeof(*ctx));
1425 ctx->io = ne_alloc(sizeof(*ctx->io));

Completed in 59 milliseconds