HomeSort by relevance Sort by last modified time
    Searched refs:GetYPlane (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoframe.cc 49 const uint8* src_y = GetYPlane();
92 return libyuv::I420Copy(GetYPlane(), GetYPitch(),
101 memcpy(dst_y, GetYPlane(), GetWidth() * GetHeight());
114 CopyToPlanes(dst->GetYPlane(), dst->GetUPlane(), dst->GetVPlane(),
123 if (!GetYPlane() || !GetUPlane() || !GetVPlane()) {
134 const uint8* src_y = GetYPlane();
199 StretchToPlanes(dst->GetYPlane(), dst->GetUPlane(), dst->GetVPlane(),
221 return libyuv::I420Rect(GetYPlane(), GetYPitch(),
230 memset(GetYPlane(), 16, GetWidth() * GetHeight());
nullvideoframe.h 51 virtual const uint8 *GetYPlane() const { return NULL; }
54 virtual uint8 *GetYPlane() { return NULL; }
videoframe.h 70 virtual const uint8 *GetYPlane() const = 0;
73 virtual uint8 *GetYPlane() = 0;
videoframe_unittest.h 269 frame->GetYPlane()[stride_y * y + x] = quad1[y1_pos];
271 frame->GetYPlane()[stride_y * y + x + 1] = quad1[y2_pos];
320 frame->GetYPlane()[stride_y * y + x] = yuv[0][0];
322 frame->GetYPlane()[stride_y * y + x + 1] = yuv[1][0];
325 frame->GetYPlane()[stride_y * (y + 1) + x] = yuv[2][0];
327 frame->GetYPlane()[stride_y * (y + 1) + x + 1] = yuv[3][0];
379 return !frame.GetYPlane();
427 IsPlaneEqual("y", frame.GetYPlane(), frame.GetYPitch(), y, ypitch,
442 frame2.GetYPlane(), frame2.GetYPitch(),
458 frame2.GetYPlane() + vcrop * frame2.GetYPitch(
    [all...]
fakevideorenderer.h 119 const uint8* y_plane = frame->GetYPlane();
testutils.cc 309 const uint8* y0 = frame0->GetYPlane();
312 const uint8* y1 = frame1->GetYPlane();
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCI420Frame.mm 58 return _videoFrame->GetYPlane();
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtctexturevideoframe.h 55 virtual const uint8* GetYPlane() const;
58 virtual uint8* GetYPlane();
webrtcvideoframe.h 81 virtual const uint8* GetYPlane() const;
84 virtual uint8* GetYPlane();
webrtctexturevideoframe.cc 63 const uint8* WebRtcTextureVideoFrame::GetYPlane() const {
78 uint8* WebRtcTextureVideoFrame::GetYPlane() {
webrtcvideoframe.cc 171 const uint8* WebRtcVideoFrame::GetYPlane() const {
193 uint8* WebRtcVideoFrame::GetYPlane() {
263 if (libyuv::ConvertFromI420(GetYPlane(), GetYPitch(), GetUPlane(),
340 uint8* y = GetYPlane();
webrtcvideoengine2.cc 533 virtual const uint8* GetYPlane() const OVERRIDE {
543 virtual uint8* GetYPlane() OVERRIDE {
615 if (libyuv::ConvertFromI420(GetYPlane(),
    [all...]
webrtcvideoengine.cc     [all...]
  /external/chromium_org/content/renderer/media/webrtc/
media_stream_remote_video_source.cc 95 frame->GetYPlane(), frame->GetYPitch(), y_rows, video_frame.get());
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
peerconnection_jni.cc     [all...]

Completed in 364 milliseconds