HomeSort by relevance Sort by last modified time
    Searched defs:y_plane (Results 1 - 10 of 10) sorted by null

  /external/webrtc/webrtc/modules/video_processing/test/
brightness_detection_test.cc 96 uint8_t* y_plane = video_frame_.buffer(kYPlane); local
99 yTmp = y_plane[yIdx] >> 1;
100 y_plane[yIdx] = static_cast<uint8_t>(yTmp);
  /external/webrtc/talk/app/webrtc/java/jni/
androidvideocapturer_jni.cc 158 const uint8_t* y_plane = static_cast<uint8_t*>(video_frame); local
159 const uint8_t* vu_plane = y_plane + width * height;
164 y_plane, width,
  /external/webrtc/webrtc/common_video/
video_frame_buffer.cc 140 const uint8_t* y_plane,
149 y_plane_(y_plane),
224 const uint8_t* y_plane = buffer->data(kYPlane) + local
232 y_plane, buffer->stride(kYPlane),
  /external/webrtc/talk/media/base/
fakevideorenderer.h 122 const uint8_t* y_plane = frame->GetYPlane(); local
123 const uint8_t* y_pos = y_plane;
  /external/mesa3d/src/intel/vulkan/
anv_formats.c 83 #define y_plane(__hw_fmt, __swizzle, __ycbcr_swizzle, dhs, dvs) \ macro
306 y_plane(ISL_FORMAT_YCRCB_SWAPUV, RGBA, _ISL_SWIZZLE(BLUE, GREEN, RED, ZERO), 1, 1)),
308 y_plane(ISL_FORMAT_YCRCB_SWAPUVY, RGBA, _ISL_SWIZZLE(BLUE, GREEN, RED, ZERO), 1, 1)),
310 y_plane(ISL_FORMAT_R8_UNORM, RGBA, _ISL_SWIZZLE(GREEN, ZERO, ZERO, ZERO), 1, 1),
314 y_plane(ISL_FORMAT_R8_UNORM, RGBA, _ISL_SWIZZLE(GREEN, ZERO, ZERO, ZERO), 1, 1),
317 y_plane(ISL_FORMAT_R8_UNORM, RGBA, _ISL_SWIZZLE(GREEN, ZERO, ZERO, ZERO), 1, 1),
321 y_plane(ISL_FORMAT_R8_UNORM, RGBA, _ISL_SWIZZLE(GREEN, ZERO, ZERO, ZERO), 1, 1),
324 y_plane(ISL_FORMAT_R8_UNORM, RGBA, _ISL_SWIZZLE(GREEN, ZERO, ZERO, ZERO), 1, 1),
355 y_plane(ISL_FORMAT_R16_UNORM, RGBA, _ISL_SWIZZLE(GREEN, ZERO, ZERO, ZERO), 1, 1),
359 y_plane(ISL_FORMAT_R16_UNORM, RGBA, _ISL_SWIZZLE(GREEN, ZERO, ZERO, ZERO), 1, 1)
    [all...]
  /device/google/bonito/sdm710/kernel-headers/media/
msm_media_info.h 1233 unsigned int y_plane, uv_plane, y_stride, local
1376 unsigned int y_plane, uv_plane, y_stride, local
    [all...]
  /device/google/bonito/sdm710/original-kernel-headers/media/
msm_media_info.h 1233 unsigned int y_plane, uv_plane, y_stride, local
1376 unsigned int y_plane, uv_plane, y_stride, local
    [all...]
  /device/google/crosshatch/sdm845/kernel-headers/media/
msm_media_info.h 1233 unsigned int y_plane, uv_plane, y_stride, local
1376 unsigned int y_plane, uv_plane, y_stride, local
    [all...]
  /device/google/crosshatch/sdm845/original-kernel-headers/media/
msm_media_info.h 1233 unsigned int y_plane, uv_plane, y_stride, local
1376 unsigned int y_plane, uv_plane, y_stride, local
    [all...]
  /external/webrtc/webrtc/tools/frame_analyzer/
video_quality_analysis.cc 36 int y_plane = width * height; // I420 Y plane. local
40 return y_plane + u_plane + v_plane;

Completed in 2612 milliseconds