Lines Matching refs:rects
768 sub->rects = av_calloc(sub->num_rects, sizeof(*sub->rects));769 if (!sub->rects) {775 sub->rects[i] = av_mallocz(sizeof(*sub->rects[i]));776 if (!sub->rects[i]) {793 rect = sub->rects[i];848 if (sub->rects) {850 rect = sub->rects[i];855 av_freep(&sub->rects[i]);857 av_freep(&sub->rects);