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

  /external/pixman/pixman/
pixman-android.h 31 android_simple_image* dst_image, float scale, int src_x, int src_y);
pixman-android.c 175 android_simple_image* dst_image, float scale, int src_x, int src_y) {
181 int32_t width = dst_image->width;
182 int32_t height = dst_image->height;
198 dst_image->get_scanline(dst_image, (void**)(&dst), dst_line);
281 android_simple_image* dst_image, float scale, int src_x, int src_y) {
284 int32_t width = dst_image->width;
285 int32_t height = dst_image->height;
307 dst_image->get_scanline(dst_image, (void**)(&dst), dst_line)
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
pp_filter_test.cc 58 uint8_t *const dst_image = local
63 uint8_t *const dst_image_ptr = dst_image + 8;
81 (void)vpx_memset(dst_image, 99, output_size);
101 vpx_free(dst_image);
  /external/libvpx/libvpx/test/
pp_filter_test.cc 58 uint8_t *const dst_image = local
63 uint8_t *const dst_image_ptr = dst_image + 8;
81 (void)vpx_memset(dst_image, 99, output_size);
100 vpx_free(dst_image);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
pp_filter_test.cc 58 uint8_t *const dst_image = local
63 uint8_t *const dst_image_ptr = dst_image + 8;
81 (void)vpx_memset(dst_image, 99, output_size);
100 vpx_free(dst_image);
  /external/opencv/cv/src/
cvpyrsegmentation.cpp 182 uchar * dst_image, int dst_step,
218 if( !src_image || !dst_image || !storage || !dst_comp )
565 _c.f = p_cur->c; dst_image[j] = (uchar)_c.i;
574 dst_image += dst_step;
595 uchar * dst_image, int dst_step,
635 if( !src_image || !dst_image || !storage || !dst_comp )
997 _c.f = p_cur->c.blue; dst_image[j*3] = (uchar)_c.i;
998 _c.f = p_cur->c.green; dst_image[j*3+1] = (uchar)_c.i;
999 _c.f = p_cur->c.red; dst_image[j*3+2] = (uchar)_c.i;
1008 dst_image += dst_step
    [all...]
  /hardware/qcom/display/msm8084/libcopybit/
copybit_c2d.cpp 1158 copybit_image_t dst_image; local
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
copybit_c2d.cpp 1164 copybit_image_t dst_image; local
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
copybit_c2d.cpp 1139 copybit_image_t dst_image; local
    [all...]
  /hardware/qcom/display/msm8974/libcopybit/
copybit_c2d.cpp 1158 copybit_image_t dst_image; local
    [all...]

Completed in 143 milliseconds