Home
last modified time | relevance | path

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

/external/pixman/test/
Dpixel-test.c37 uint32_t dest_pixel; member
176 &dest_checker, combination->dest_pixel, &dest_color); in verify()
187 fill (dest, combination->dest_pixel); in verify()
215 combination->dest_pixel); in verify()
216 pixel_checker_split_pixel (&dest_checker, combination->dest_pixel, in verify()
/external/chromium_org/media/base/
Dyuv_convert.cc293 uint8* dest_pixel = rgb_buf + y * rgb_pitch; in ScaleYUVToRGB32() local
355 g_convert_yuv_to_rgb32_row_proc_(y_ptr, u_ptr, v_ptr, dest_pixel, width); in ScaleYUVToRGB32()
359 y_ptr, u_ptr, v_ptr, dest_pixel, width, source_dx); in ScaleYUVToRGB32()
362 y_ptr, u_ptr, v_ptr, dest_pixel, width, source_dx); in ScaleYUVToRGB32()