Searched refs:need_buf (Results 1 - 4 of 4) sorted by relevance

/external/libyuv/files/source/
H A Dconvert_to_argb.cc57 LIBYUV_BOOL need_buf = local
72 if (need_buf) {
105 if (!need_buf && !rotation) {
252 if (need_buf) {
H A Dconvert_to_i420.cc52 LIBYUV_BOOL need_buf = local
76 if (need_buf) {
248 if (need_buf) {
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dconvert_to_argb.cc52 LIBYUV_BOOL need_buf = (rotation && format != FOURCC_ARGB) || local
68 if (need_buf) {
290 if (need_buf) {
H A Dconvert_to_i420.cc46 LIBYUV_BOOL need_buf = (rotation && format != FOURCC_I420 && local
70 if (need_buf) {
318 if (need_buf) {

Completed in 176 milliseconds