HomeSort by relevance Sort by last modified time
    Searched refs:dest_pixel (Results 1 - 2 of 2) sorted by null

  /external/pixman/test/
pixel-test.c 37 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/
yuv_convert.cc 293 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 65 milliseconds