Home
last modified time | relevance | path

Searched refs:dest_rect_bottom (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/media/base/
Dyuv_convert.cc414 int dest_rect_bottom, in ScaleYUVToRGB32WithRect() argument
424 DCHECK(dest_rect_top >= 0 && dest_rect_bottom <= dest_height); in ScaleYUVToRGB32WithRect()
426 DCHECK(dest_rect_bottom > dest_rect_top); in ScaleYUVToRGB32WithRect()
492 for (int row = dest_rect_top; row < dest_rect_bottom; ++row) { in ScaleYUVToRGB32WithRect()
Dyuv_convert.h120 int dest_rect_bottom,