Lines Matching refs:bottom
76 int left, int top, int right, int bottom) { in rgb565_to_yv12() argument
89 for (int j = top; j <= bottom; ++j) { in rgb565_to_yv12()
117 int left, int top, int right, int bottom) { in rgb888_to_yv12() argument
132 for (int j = top; j <= bottom; ++j) { in rgb888_to_yv12()
155 int left, int top, int right, int bottom) { in rgb888_to_yuv420p() argument
168 for (int j = top; j <= bottom; ++j) { in rgb888_to_yuv420p()
192 int left, int top, int right, int bottom) { in yv12_to_rgb565() argument
206 for (int j = top; j <= bottom; ++j) { in yv12_to_rgb565()
238 int left, int top, int right, int bottom) { in yv12_to_rgb888() argument
252 for (int j = top; j <= bottom; ++j) { in yv12_to_rgb888()
284 int left, int top, int right, int bottom) { in yuv420p_to_rgb888() argument
297 for (int j = top; j <= bottom; ++j) { in yuv420p_to_rgb888()