Searched defs:ALLOCZ_ARRAYS (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ | ||
H A D | mpegvideo.c | 587 #define ALLOCZ_ARRAYS(p, mult, numb) ((p) = av_calloc(numb, mult * sizeof(*(p)))) in ff_mpv_init_context_frame() macro |
Completed in 4 milliseconds