Home
last modified time | relevance | path

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

/external/chromium_org/media/base/
Dyuv_convert.cc411 int dest_rect_left, in ScaleYUVToRGB32WithRect() argument
423 DCHECK(dest_rect_left >= 0 && dest_rect_right <= dest_width); in ScaleYUVToRGB32WithRect()
425 DCHECK(dest_rect_right > dest_rect_left); in ScaleYUVToRGB32WithRect()
438 int source_left = dest_rect_left * x_step; in ScaleYUVToRGB32WithRect()
467 int dest_rect_width = dest_rect_right - dest_rect_left; in ScaleYUVToRGB32WithRect()
488 rgb_buf += dest_rect_left * 4; in ScaleYUVToRGB32WithRect()
Dyuv_convert.h117 int dest_rect_left,