HomeSort by relevance Sort by last modified time
    Searched full:ne_alloc (Results 1 - 1 of 1) sorted by null

  /external/libvpx/nestegg/src/
nestegg.c 486 ne_alloc(size_t size) function
784 item = ne_alloc(sizeof(*item));
1292 pkt = ne_alloc(sizeof(*pkt));
1305 f = ne_alloc(sizeof(*f));
1306 f->data = ne_alloc(frame_sizes[i]);
1422 ctx = ne_alloc(sizeof(*ctx));
1424 ctx->io = ne_alloc(sizeof(*ctx->io));
    [all...]

Completed in 164 milliseconds