Searched defs:source_yplane (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/remoting/base/
H A Dutil.cc49 const uint8* source_yplane,
100 libyuv::I420ToARGB(source_yplane + y_offset, source_ystride,
129 media::ScaleYUVToRGB32WithRect(source_yplane + y_offset,
147 media::ScaleYUVToRGB32WithRect(source_yplane + y_offset,
48 ConvertAndScaleYUVToRGB32Rect( const uint8* source_yplane, const uint8* source_uplane, const uint8* source_vplane, int source_ystride, int source_uvstride, const webrtc::DesktopSize& source_size, const webrtc::DesktopRect& source_buffer_rect, uint8* dest_buffer, int dest_stride, const webrtc::DesktopSize& dest_size, const webrtc::DesktopRect& dest_buffer_rect, const webrtc::DesktopRect& dest_rect) argument

Completed in 79 milliseconds