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

  /development/tools/yuv420sp2rgb/
yuv420sp2rgb.c 323 int conv_type; local
325 conv_type = CONVERT_TYPE_PPM;
327 conv_type = CONVERT_TYPE_RGB;
329 conv_type = CONVERT_TYPE_ARGB;
334 conv_type,
  /external/opencv/cv/include/
cvcompat.h 692 CvMat* jacobian, int conv_type )
694 if( conv_type == CV_RODRIGUES_V2M )
    [all...]

Completed in 1244 milliseconds