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

/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) {
291 if (need_buf) {
H A Dconvert_to_i420.cc45 LIBYUV_BOOL need_buf = (rotation && format != FOURCC_I420 && local
71 if (need_buf) {
320 if (need_buf) {
/external/libyuv/files/source/
H A Dconvert_argb.cc1028 bool need_buf = (rotation && format != FOURCC_ARGB) || dst_argb == sample; local
1033 if (need_buf) {
1285 if (need_buf) {
H A Dconvert.cc1743 bool need_buf = (rotation && format != FOURCC_I420 && local
1754 if (need_buf) {
2062 if (need_buf) {

Completed in 193 milliseconds