Home
last modified time | relevance | path

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

/external/chromium_org/media/base/
Dyuv_convert.cc465 const uint8* u0_ptr = u_buf + uv_pitch * source_uv_row + source_uv_left; in ScaleYUVToRGB32WithRect() local
478 u1_ptr = u0_ptr; in ScaleYUVToRGB32WithRect()
481 u1_ptr = u0_ptr + uv_pitch; in ScaleYUVToRGB32WithRect()
491 u_temp + source_uv_left, u0_ptr, u1_ptr, source_uv_width, fraction); in ScaleYUVToRGB32WithRect()
507 u0_ptr, in ScaleYUVToRGB32WithRect()