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

  /external/libxcam/modules/ocl/
cv_feature_match.cpp 45 const SmartPtr<VideoBuffer> &buffer, const Rect &crop_rect, cv::UMat &img)
51 cv::UMat umat; local
52 cv::ocl::convertFromBuffer (cl_mem_id, info.strides[0], info.height, info.width, CV_8U, umat);
53 if (umat.empty ()) {
54 XCAM_LOG_ERROR ("FeatureMatch(idx:%d): convert bo buffer to UMat failed", _fm_idx);
58 img = umat (cv::Rect(crop_rect.pos_x, crop_rect.pos_y, crop_rect.width, crop_rect.height));
129 cv::UMat umat; local
134 umat.create (size, image0.type ())
    [all...]
cv_feature_match.h 56 bool get_crop_image (const SmartPtr<VideoBuffer> &buffer, const Rect &crop_rect, cv::UMat &img);
  /external/libxcam/plugins/smart/dvs/libdvs/
libdvs.h 32 cv::UMat data;
86 /// @param frame input 8-bit single channel UMAT image (color image must be transferred to gray-scale)
stabilizer.cpp 92 cv::UMat frame0 = at(curPos_ - 1, frames_).getUMat(ACCESS_READ);
93 cv::UMat frame1 = at(curPos_, frames_).getUMat(ACCESS_READ);
95 cv::UMat ugrayImage0;
96 cv::UMat ugrayImage1;
210 cv::UMat frame0 = at(curPos_ - 1, frames_).getUMat(ACCESS_READ);
211 cv::UMat frame1 = at(curPos_, frames_).getUMat(ACCESS_READ);
213 cv::UMat ugrayImage0;
214 cv::UMat ugrayImage1;
  /external/libxcam/plugins/smart/dvs/
xcam_plugin_dvs.cpp 49 DvsBuffer (XCamVideoBuffer* buf, cv::UMat& frame)
133 cv::UMat frame;
  /external/libxcam/
configure.ac 180 [[cv::UMat frame0;
181 cv::UMat frame1;
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslParseables.cpp 274 case 'U': s += BaseTypeName(order, "uint", "uvec", "umat"); break;
    [all...]
  /frameworks/base/core/res/res/values-az/
strings.xml     [all...]

Completed in 139 milliseconds