HomeSort by relevance Sort by last modified time
    Searched full:yuv2rgb (Results 1 - 25 of 26) sorted by null

1 2

  /external/opencv3/modules/cudacodec/src/cuda/
nv12_to_rgb.cu 69 __device__ static void YUV2RGB(const uint* yuvi, float* red, float* green, float* blue)
177 YUV2RGB(&yuvi[0], &red[0], &green[0], &blue[0]);
178 YUV2RGB(&yuvi[3], &red[1], &green[1], &blue[1]);
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
callback.rs 27 static const float YUV2RGB[] = {
51 rsMatrixLoad(&yuv2rgb_matrix, YUV2RGB);
  /external/opencv3/modules/videoio/src/
cap_dc1394.cpp     [all...]
  /external/opencv3/3rdparty/include/ffmpeg_/libswscale/
swscale.h 233 * @param table the yuv2rgb coefficients describing the output yuv space, normally ff_yuv2rgb_coeffs[x]
234 * @param inv_table the yuv2rgb coefficients describing the input yuv space, normally ff_yuv2rgb_coeffs[x]
  /frameworks/av/media/libstagefright/yuv/
YUVImage.cpp 375 void YUVImage::yuv2rgb(uint8_t yValue, uint8_t uValue, uint8_t vValue, function in class:android::YUVImage
404 yuv2rgb(yValue, uValue, vValue, &rValue, &gValue, &bValue);
  /external/autotest/client/deps/glbench/src/
yuvtest.cc 14 #include "yuv2rgb.h"
yuv2rgb_1.glslf 34 * http://src.chromium.org/viewvc/chrome/trunk/src/o3d/samples/shaders/yuv2rgb.shader
  /frameworks/av/include/media/stagefright/
YUVImage.h 109 void yuv2rgb(uint8_t yValue, uint8_t uValue, uint8_t vValue,
  /external/opencv3/modules/ts/src/
cuda_perf.cpp 168 "YUV2RGB",
  /external/opencv3/modules/imgproc/test/ocl/
test_color.cpp 140 OCL_TEST_P(CvtColor, YUV2RGB) { performTest(3, 3, CVTCODE(YUV2RGB)); }
142 OCL_TEST_P(CvtColor, YUV2RGBA) { performTest(3, 4, CVTCODE(YUV2RGB)); }
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_mdp.h 208 int direction; /* MDP_CCS_RGB2YUV or YUV2RGB */
  /hardware/qcom/msm8x27/original-kernel-headers/linux/
msm_mdp.h 206 int direction; /* MDP_CCS_RGB2YUV or YUV2RGB */
  /external/opencv3/modules/cudev/include/opencv2/cudev/functional/
color_cvt.hpp 120 template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::YUV2RGB<SrcDepth, scn, dcn, bidx> \
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
CameraStreamer.java 508 "vec3 yuv2rgb(vec3 yuv) {\n" +
521 " vec3 rgb = yuv2rgb(yuv);\n" +
    [all...]
  /hardware/qcom/msm8994/original-kernel-headers/linux/
msm_mdp.h 278 int direction; /* MDP_CCS_RGB2YUV or YUV2RGB */
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_mdp.h 328 int direction; /* MDP_CCS_RGB2YUV or YUV2RGB */
    [all...]
  /hardware/qcom/msm8x26/original-kernel-headers/linux/
msm_mdp.h 258 int direction; /* MDP_CCS_RGB2YUV or YUV2RGB */
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_mdp.h 256 int direction; /* MDP_CCS_RGB2YUV or YUV2RGB */
  /external/opencv3/modules/core/include/opencv2/core/cuda/detail/
color_detail.hpp 595 template <typename T, int scn, int dcn, int bidx> struct YUV2RGB
607 __host__ __device__ __forceinline__ YUV2RGB() {}
608 __host__ __device__ __forceinline__ YUV2RGB(const YUV2RGB&) {}
611 template <int bidx> struct YUV2RGB<uchar, 4, 4, bidx> : unary_function<uint, uint>
617 __host__ __device__ __forceinline__ YUV2RGB() {}
618 __host__ __device__ __forceinline__ YUV2RGB(const YUV2RGB&) {}
625 typedef ::cv::cuda::device::color_detail::YUV2RGB<T, scn, dcn, bidx> functor_type; \
    [all...]
  /external/opencv3/modules/cudaimgproc/test/
test_color.cpp     [all...]
  /external/opencv3/modules/imgproc/src/opencl/
cvtcolor.cl 257 __kernel void YUV2RGB(__global const uchar* srcptr, int src_step, int src_offset,
    [all...]
  /hardware/ti/omap4-aah/hwc/
hwc.c 585 /* YUV2RGB conversion */
    [all...]
  /hardware/ti/omap4xxx/hwc/
hwc.c 396 /* YUV2RGB conversion */
    [all...]
  /external/opencv3/modules/cudev/include/opencv2/cudev/functional/detail/
color_cvt.hpp 383 template <typename T, int scn, int dcn, int bidx> struct YUV2RGB
403 template <int scn, int dcn, int bidx> struct YUV2RGB<float, scn, dcn, bidx>
    [all...]
  /external/opencv3/modules/imgproc/
opencl_kernels_imgproc.cpp     [all...]

Completed in 1730 milliseconds

1 2