Searched refs:av_size_mult (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | mem.c | 151 if (av_size_mult(elsize, nelem, &size)) { in av_realloc_f() 185 if (av_size_mult(nmemb, size, &result) < 0) in av_malloc_array() 193 if (av_size_mult(nmemb, size, &result) < 0) in av_mallocz_array() 201 if (av_size_mult(nmemb, size, &result) < 0) in av_realloc_array() 248 if (av_size_mult(nmemb, size, &result) < 0) in av_calloc()
|
D | mem.h | 675 static inline int av_size_mult(size_t a, size_t b, size_t *r) in av_size_mult() function
|
/third_party/ffmpeg/libavformat/ |
D | oggdec.c | 263 if (av_size_mult(ogg->nstreams + 1, sizeof(*ogg->streams), &size) < 0 || in ogg_new_stream()
|
/third_party/ffmpeg/libavcodec/ |
D | snowdec.c | 498 …res = av_size_mult(s->b_width * s->b_height, sizeof(AVMotionVector) << (s->block_max_depth*2), &si… in decode_frame()
|