Searched refs:need_buf (Results 1 – 7 of 7) sorted by relevance
67 LIBYUV_BOOL need_buf = in ConvertToARGB() local82 if (need_buf) { in ConvertToARGB()115 if (!need_buf && !rotation) { in ConvertToARGB()273 if (need_buf) { in ConvertToARGB()
52 LIBYUV_BOOL need_buf = in ConvertToI420() local76 if (need_buf) { in ConvertToI420()261 if (need_buf) { in ConvertToI420()
65 LIBYUV_BOOL need_buf = in ConvertToARGB() local80 if (need_buf) { in ConvertToARGB()113 if (!need_buf && !rotation) { in ConvertToARGB()297 if (need_buf) { in ConvertToARGB()
52 LIBYUV_BOOL need_buf = (rotation && format != FOURCC_ARGB) || in ConvertToARGB() local68 if (need_buf) { in ConvertToARGB()291 if (need_buf) { in ConvertToARGB()
45 LIBYUV_BOOL need_buf = (rotation && format != FOURCC_I420 && in ConvertToI420() local71 if (need_buf) { in ConvertToI420()320 if (need_buf) { in ConvertToI420()
509 int need_buf = 0, peak_buf = 0; in allocate_buffers() local520 need_buf += out; in allocate_buffers()521 peak_buf = MAX(peak_buf, need_buf); in allocate_buffers()522 need_buf -= in; in allocate_buffers()524 need_buf += out - in; in allocate_buffers()525 peak_buf = MAX(peak_buf, need_buf); in allocate_buffers()