Lines Matching refs:bottom
90 int left, int top, int right, int bottom) { in rgb565_to_yv12() argument
102 for (int j = top; j <= bottom; ++j) { in rgb565_to_yv12()
130 int left, int top, int right, int bottom) { in rgb888_to_yv12() argument
160 for (int j = top; j <= bottom; ++j) { in rgb888_to_yv12()
198 int left, int top, int right, int bottom) { in rgb888_to_yuv420p() argument
210 for (int j = top; j <= bottom; ++j) { in rgb888_to_yuv420p()
235 int left, int top, int right, int bottom) { in yv12_to_rgb565() argument
248 for (int j = top; j <= bottom; ++j) { in yv12_to_rgb565()
280 int left, int top, int right, int bottom) { in yv12_to_rgb888() argument
293 for (int j = top; j <= bottom; ++j) { in yv12_to_rgb888()
320 int left, int top, int right, int bottom) { in yuv420p_to_rgb888() argument
332 for (int j = top; j <= bottom; ++j) { in yuv420p_to_rgb888()