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

  /external/chromium_org/third_party/webrtc/common_video/libyuv/
webrtc_libyuv.cc 158 const uint8_t* yplane = src_frame; local
161 return libyuv::NV12ToRGB565(yplane, width,
  /external/chromium_org/content/browser/media/capture/
desktop_capture_device_aura.cc 61 uint8* yplane = target->data(media::VideoFrame::kYPlane) + local
76 yplane[x] = alpha_blend(alpha, color_y, yplane[x]);

Completed in 61 milliseconds