Home
last modified time | relevance | path

Searched refs:tegra (Results 1 – 25 of 36) sorted by relevance

12

/external/libdrm/tegra/
DMakefile.am16 tegra.c
19 libdrm_tegrainclude_HEADERS = tegra.h
24 TESTS = tegra-symbol-check
DAndroid.mk8 LOCAL_SRC_FILES := tegra.c
/external/libdrm/tests/tegra/
Dopenclose.c38 struct drm_tegra *tegra; in main() local
63 err = drm_tegra_new(&tegra, fd); in main()
67 drm_tegra_close(tegra); in main()
DMakefile.am3 -I$(top_srcdir)/tegra \
9 ../../tegra/libdrm_tegra.la \
/external/libdrm/
DMakefile.am37 --enable-tegra-experimental-api \
79 TEGRA_SUBDIR = tegra
Dconfigure.ac124 AC_ARG_ENABLE(tegra-experimental-api,
125 AS_HELP_STRING([--enable-tegra-experimental-api],
273 LIBDRM_ATOMICS_NOT_FOUND_MSG($TEGRA, tegra, NVIDIA Tegra, tegra-experimental-api)
507 tegra/Makefile
508 tegra/libdrm_tegra.pc
521 tests/tegra/Makefile
/external/autotest/client/site_tests/graphics_PiglitBVT/piglit_logs/tegra/
DREADME1 Place piglit *main.txt logs tegra here.
/external/opencv3/modules/imgproc/src/
Dderiv.cpp565 if (tegra::useTegra() && scale == 1.0 && delta == 0) in Sobel()
568 if (ksize == 3 && tegra::sobel3x3(src, dst, dx, dy, borderType)) in Sobel()
570 if (ksize == -1 && tegra::scharr(src, dst, dx, dy, borderType)) in Sobel()
623 if (tegra::useTegra() && scale == 1.0 && delta == 0) in Scharr()
626 if (tegra::scharr(src, dst, dx, dy, borderType)) in Scharr()
876 if (tegra::useTegra() && scale == 1.0 && delta == 0) in Laplacian()
879 if (ksize == 1 && tegra::laplace1(src, dst, borderType)) in Laplacian()
881 if (ksize == 3 && tegra::laplace3(src, dst, borderType)) in Laplacian()
883 if (ksize == 5 && tegra::laplace5(src, dst, borderType)) in Laplacian()
Dthresh.cpp67 …if (tegra::useTegra() && tegra::thresh_8u(_src, _dst, roi.width, roi.height, thresh, maxval, type)) in thresh_8u()
411 …if (tegra::useTegra() && tegra::thresh_16s(_src, _dst, roi.width, roi.height, thresh, maxval, type… in thresh_16s()
679 …if (tegra::useTegra() && tegra::thresh_32f(_src, _dst, roi.width, roi.height, thresh, maxval, type… in thresh_32f()
Dcorner.cpp272 …if (tegra::useTegra() && tegra::cornerEigenValsVecs(src, eigenv, block_size, aperture_size, op_typ… in cornerEigenValsVecs()
Dcanny.cpp609 …if (tegra::useTegra() && tegra::canny(src, dst, low_thresh, high_thresh, aperture_size, L2gradient… in Canny()
Dmorph.cpp588 using tegra::ErodeRowVec8u;
589 using tegra::DilateRowVec8u;
591 using tegra::ErodeColumnVec8u;
592 using tegra::DilateColumnVec8u;
Dpyramids.cpp1183 if(borderType == BORDER_DEFAULT && tegra::useTegra() && tegra::pyrDown(src, dst)) in pyrDown()
1260 if(borderType == BORDER_DEFAULT && tegra::useTegra() && tegra::pyrUp(src, dst)) in pyrUp()
Dsmooth.cpp1327 if ( tegra::useTegra() && tegra::box(src, dst, ksize, anchor, normalize, borderType) ) in boxFilter()
1653 …if(sigma1 == 0 && sigma2 == 0 && tegra::useTegra() && tegra::gaussian(src, dst, ksize, borderType)) in GaussianBlur()
2701 if (tegra::useTegra() && tegra::medianBlur(src0, dst, ksize)) in medianBlur()
Dcolor.cpp6131 …if(tegra::useTegra() && tegra::cvtYUV4202RGB(bIdx, uIdx, 3, y1, uv, stride, dst->ptr<uchar>(rangeB… in operator ()()
6200 …if(tegra::useTegra() && tegra::cvtYUV4202RGB(bIdx, uIdx, 4, y1, uv, stride, dst->ptr<uchar>(rangeB… in operator ()()
7421 if(tegra::useTegra() && tegra::cvtBGR2RGB(src, dst, bidx)) in cvtColor()
7489 …if(tegra::useTegra() && tegra::cvtRGB2RGB565(src, dst, code == CV_RGB2BGR565 || code == CV_RGBA2BG… in cvtColor()
7615 if(tegra::useTegra() && tegra::cvtRGB2Gray(src, dst, bidx)) in cvtColor()
7668 if(tegra::useTegra() && tegra::cvtGray2RGB(src, dst)) in cvtColor()
7748 …if((code == CV_RGB2YCrCb || code == CV_BGR2YCrCb) && tegra::useTegra() && tegra::cvtRGB2YCrCb(src,… in cvtColor()
8042 if(tegra::useTegra() && tegra::cvtRGB2HSV(src, dst, bidx, hrange)) in cvtColor()
/external/libdrm/tests/
DMakefile.am22 SUBDIRS += tegra subdir
/external/libdrm/libkms/
DAndroid.mk8 tegra_drivers := tegra
/external/opencv3/modules/stitching/src/
Dblenders.cpp484 if(tegra::useTegra() && tegra::normalizeUsingWeightMap(weight, src)) in normalizeUsingWeightMap()
555 if(tegra::useTegra() && tegra::createLaplacePyr(imgMat, num_levels, pyr)) in createLaplacePyr()
Dmatchers.cpp151 if (tegra::useTegra() && tegra::match2nearest(features1, features2, matches_info, match_conf_)) in match()
/external/opencv3/modules/photo/src/
Ddenoising.cpp130 if(hn == 1 && tegra::useTegra() && in fastNlMeansDenoising()
131 tegra::fastNlMeansDenoising(src, dst, h[0], templateWindowSize, searchWindowSize)) in fastNlMeansDenoising()
/external/autotest/client/site_tests/graphics_PiglitBVT/
DREADME7 Figure out the GPU_FAMILY in {exynos[*1], pinetrail, tegra[*1], other}.
/external/opencv3/modules/features2d/src/
Dfast.cpp349 if(tegra::useTegra() && tegra::FAST(_img, keypoints, threshold, nonmax_suppression)) in FAST()
/external/opencv3/modules/core/include/opencv2/core/
Dprivate.hpp286 namespace tegra { namespace
/external/opencv3/modules/core/src/
Dsystem.cpp396 ::tegra::setUseTegra(flag); in setUseOptimized()
1279 namespace tegra { namespace
/external/opencv3/doc/tutorials/introduction/android_binary_package/
Dandroid_dev_intro.markdown38 Pack](https://developer.nvidia.com/tegra-android-development-pack) (**TADP**) released by
48 platform](http://www.nvidia.com/object/tegra-3-processor.html)
55 …this step if you have no [Tegra Development Kit](http://developer.nvidia.com/mobile/tegra-hardware…

12