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

  /external/opencv3/modules/imgproc/include/opencv2/imgproc/
types_c.h 238 CV_YUV2RGB_NV21 = 92,
240 CV_YUV420sp2RGB = CV_YUV2RGB_NV21,
  /external/opencv3/modules/imgproc/test/
test_cvtyuv.cpp 370 case CV_YUV2RGB_NV21:
445 case CV_YUV2RGB_NV21:
597 CV_ENUM(YUVCVTS, CV_YUV2RGB_NV12, CV_YUV2BGR_NV12, CV_YUV2RGB_NV21, CV_YUV2BGR_NV21,
696 ::testing::Values((int)CV_YUV2RGB_NV12, (int)CV_YUV2BGR_NV12, (int)CV_YUV2RGB_NV21, (int)CV_YUV2BGR_NV21,
  /external/opencv3/modules/imgproc/src/
color.cpp     [all...]

Completed in 39 milliseconds