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

  /external/autotest/client/deps/glbench/src/
yuv2rgb_2.glslv 37 varying vec2 yPlane;
44 yPlane = vec2(c.x, 1. - (2.0 * c.y + 1.0) / 3.0);
yuv2rgb_34.glslv 33 varying vec2 yPlane;
38 yPlane = uvPlane = vec2(c.x, 1. - c.y);
yuv2rgb_2.glslf 42 varying vec2 yPlane;
57 float yChannel = texture2D(textureSampler, yPlane).x;
yuv2rgb_3.glslf 45 varying vec2 yPlane;
49 float yChannel = texture2D(ySampler, yPlane).r;
yuv2rgb_4.glslf 44 varying vec2 yPlane;
48 float yChannel = texture2D(ySampler, yPlane).r;
  /external/webrtc/webrtc/api/objc/
RTCVideoFrame.h 26 @property(nonatomic, readonly, nullable) const uint8_t *yPlane;
RTCVideoFrame.mm 41 - (const uint8_t *)yPlane {
RTCOpenGLVideoRenderer.mm 418 [self uploadPlane:frame.yPlane
  /hardware/google/av/media/codecs/mpeg4_h263/
C2SoftMpeg4Enc.cpp 398 uint8_t *yPlane = const_cast<uint8_t *>(rView->data()[C2PlanarLayout::PLANE_Y]);
416 yPlane = conversionBuffer.data();
417 uPlane = yPlane + yPlaneSize;
421 ConvertRGBToPlanarYUV(yPlane, yStride, height, conversionBuffer.size(), *rView.get());
448 yPlane = conversionBuffer.data();
449 uPlane = yPlane + yPlaneSize;
467 CHECK(NULL != yPlane);
472 vin.yChan = yPlane;
508 mConversionBuffersInUse.erase(yPlane);
  /external/webrtc/talk/app/webrtc/objc/
RTCI420Frame.mm 57 - (const uint8_t*)yPlane {
RTCOpenGLVideoRenderer.mm 436 [self uploadPlane:frame.yPlane
  /external/webrtc/talk/app/webrtc/objc/public/
RTCI420Frame.h 39 @property(nonatomic, readonly) const uint8_t* yPlane;
  /frameworks/base/core/jni/
android_hardware_camera2_legacy_LegacyCameraDevice.cpp 71 static void rgbToYuv420(uint8_t* rgbBuf, size_t width, size_t height, uint8_t* yPlane,
78 uint8_t* y = yPlane;
94 yPlane += yStride;
262 uint8_t* yPlane = img;
269 rgbToYuv420(pixelBuffer, width, height, yPlane,
301 uint8_t* yPlane = img;
305 rgbToYuv420(pixelBuffer, width, height, yPlane,
  /hardware/google/av/media/codecs/avc/
C2SoftAvcEnc.cpp 936 uint8_t *yPlane = const_cast<uint8_t *>(input->data()[C2PlanarLayout::PLANE_Y]);
957 yPlane = conversionBuffer.data();
958 uPlane = yPlane + yPlaneSize;
962 ConvertRGBToPlanarYUV(yPlane, yStride, height, conversionBuffer.size(), *input);
    [all...]
  /external/webrtc/webrtc/common_video/libyuv/
webrtc_libyuv.cc 160 const uint8_t* yplane = src_frame; local
163 return libyuv::NV12ToRGB565(yplane, width,
  /frameworks/base/core/java/android/hardware/camera2/
DngCreator.java 556 Image.Plane yPlane = yuvImage.getPlanes()[0];
560 ByteBuffer yBuf = yPlane.getBuffer();
568 int yRowStride = yPlane.getRowStride();
572 int yPixStride = yPlane.getPixelStride();
  /cts/tests/camera/src/android/hardware/camera2/cts/
ImageReaderTest.java 607 Image.Plane yPlane = planes[0];
611 ByteBuffer yBuf = yPlane.getBuffer();
612 int yPixStride = yPlane.getPixelStride();
613 int yRowStride = yPlane.getRowStride();
    [all...]
  /frameworks/base/graphics/java/android/graphics/
ImageFormat.java 201 * {@link android.media.Image.Plane#getPixelStride() yPlane.getPixelStride()}).</p>
239 * {@link android.media.Image.Plane#getPixelStride() yPlane.getPixelStride()}.</p>
276 * {@link android.media.Image.Plane#getPixelStride() yPlane.getPixelStride()}.</p>
  /external/opencv/ml/src/
mlcnn.cpp     [all...]
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_render.h 390 * \param Yplane The raw pixel data for the Y plane.
405 const Uint8 *Yplane, int Ypitch,
    [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_render.h 390 * \param Yplane The raw pixel data for the Y plane.
405 const Uint8 *Yplane, int Ypitch,
    [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_render.h 390 * \param Yplane The raw pixel data for the Y plane.
405 const Uint8 *Yplane, int Ypitch,
    [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_render.h 390 * \param Yplane The raw pixel data for the Y plane.
405 const Uint8 *Yplane, int Ypitch,
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/test/
qcamera_test.cpp     [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/test/
qcamera_test.cpp     [all...]

Completed in 734 milliseconds