HomeSort by relevance Sort by last modified time
    Searched defs:src_ptr (Results 26 - 30 of 30) sorted by null

12

  /system/core/init/
init_parser.c 192 const char *src_ptr = src; local
209 while (*src_ptr && left > 0) {
216 c = strchr(src_ptr, '$');
218 while (left-- > 0 && *src_ptr)
219 *(dst_ptr++) = *(src_ptr++);
225 ret = push_chars(&dst_ptr, &left, src_ptr, c - src_ptr);
232 src_ptr = c;
282 src_ptr = c;
  /external/opencv/cv/src/
cvderiv.cpp 296 uchar* src_ptr = src->data.ptr; local
318 ipp_sobel_func_8u ? ipp_sobel_func_8u( src_ptr, src_step, dst_ptr, dst_step,
320 ipp_sobel_func_32f ? ipp_sobel_func_32f( src_ptr, src_step, dst_ptr, dst_step,
322 ipp_scharr_func_8u ? ipp_scharr_func_8u( src_ptr, src_step, dst_ptr, dst_step,
324 ipp_scharr_func_32f ? ipp_scharr_func_32f( src_ptr, src_step, dst_ptr, dst_step,
837 uchar* src_ptr = src->data.ptr; local
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 1798 int* src_ptr = block[i & -2] + (i & 1)*8; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 415 unsigned char *src_ptr = (*(b->base_src) + b->src); local
425 vp8_mse16x16 ( src_ptr, src_stride, raw_ptr, raw_stride,
431 vp8_mse16x16 ( src_ptr, src_stride, ref_ptr, ref_stride,
    [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp 4555 char* src_ptr = write_buf; local
    [all...]

Completed in 339 milliseconds

12