Searched refs:dest_rect_top (Results 1 – 2 of 2) sorted by relevance
380 int dest_rect_top, in ScaleYUVToRGB32WithRect() argument392 DCHECK(dest_rect_top >= 0 && dest_rect_bottom <= dest_height); in ScaleYUVToRGB32WithRect()394 DCHECK(dest_rect_bottom > dest_rect_top); in ScaleYUVToRGB32WithRect()415 int source_top = dest_rect_top * y_step; in ScaleYUVToRGB32WithRect()452 rgb_buf += dest_rect_top * rgb_pitch; in ScaleYUVToRGB32WithRect()457 for (int row = dest_rect_top; row < dest_rect_bottom; ++row) { in ScaleYUVToRGB32WithRect()
111 int dest_rect_top,