Home
last modified time | relevance | path

Searched refs:need_buf (Results 1 – 7 of 7) sorted by relevance

/external/libyuv/files/source/
Dconvert_to_argb.cc57 LIBYUV_BOOL need_buf = in ConvertToARGB() local
72 if (need_buf) { in ConvertToARGB()
105 if (!need_buf && !rotation) { in ConvertToARGB()
252 if (need_buf) { in ConvertToARGB()
Dconvert_to_i420.cc52 LIBYUV_BOOL need_buf = in ConvertToI420() local
76 if (need_buf) { in ConvertToI420()
248 if (need_buf) { in ConvertToI420()
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_to_argb.cc67 LIBYUV_BOOL need_buf = in ConvertToARGB() local
82 if (need_buf) { in ConvertToARGB()
115 if (!need_buf && !rotation) { in ConvertToARGB()
273 if (need_buf) { in ConvertToARGB()
Dconvert_to_i420.cc52 LIBYUV_BOOL need_buf = in ConvertToI420() local
76 if (need_buf) { in ConvertToI420()
261 if (need_buf) { in ConvertToI420()
/external/libaom/libaom/third_party/libyuv/source/
Dconvert_to_argb.cc52 LIBYUV_BOOL need_buf = (rotation && format != FOURCC_ARGB) || in ConvertToARGB() local
68 if (need_buf) { in ConvertToARGB()
291 if (need_buf) { in ConvertToARGB()
Dconvert_to_i420.cc45 LIBYUV_BOOL need_buf = (rotation && format != FOURCC_I420 && in ConvertToI420() local
71 if (need_buf) { in ConvertToI420()
320 if (need_buf) { in ConvertToI420()
/external/adhd/cras/src/server/
Dcras_dsp_pipeline.c507 int need_buf = 0, peak_buf = 0; in allocate_buffers() local
518 need_buf += out; in allocate_buffers()
519 peak_buf = MAX(peak_buf, need_buf); in allocate_buffers()
520 need_buf -= in; in allocate_buffers()
522 need_buf += out - in; in allocate_buffers()
523 peak_buf = MAX(peak_buf, need_buf); in allocate_buffers()