Home
last modified time | relevance | path

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

/external/chromium_org/media/base/
Dyuv_convert.cc381 int dest_rect_right, in ScaleYUVToRGB32WithRect() argument
391 DCHECK(dest_rect_left >= 0 && dest_rect_right <= dest_width); in ScaleYUVToRGB32WithRect()
393 DCHECK(dest_rect_right > dest_rect_left); in ScaleYUVToRGB32WithRect()
407 int source_right = (dest_rect_right - 1) * x_step; in ScaleYUVToRGB32WithRect()
435 int dest_rect_width = dest_rect_right - dest_rect_left; in ScaleYUVToRGB32WithRect()
Dyuv_convert.h112 int dest_rect_right,