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

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

Completed in 102 milliseconds