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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoframe.cc 50 const uint8* src_u = GetUPlane();
93 GetUPlane(), GetUPitch(),
102 memcpy(dst_u, GetUPlane(), uv_size);
114 CopyToPlanes(dst->GetYPlane(), dst->GetUPlane(), dst->GetVPlane(),
123 if (!GetYPlane() || !GetUPlane() || !GetVPlane()) {
135 const uint8* src_u = GetUPlane();
199 StretchToPlanes(dst->GetYPlane(), dst->GetUPlane(), dst->GetVPlane(),
222 GetUPlane(), GetUPitch(),
231 memset(GetUPlane(), 128, uv_size);
nullvideoframe.h 52 virtual const uint8 *GetUPlane() const { return NULL; }
55 virtual uint8 *GetUPlane() { return NULL; }
videoframe.h 71 virtual const uint8 *GetUPlane() const = 0;
74 virtual uint8 *GetUPlane() = 0;
videoframe_unittest.h 278 frame->GetUPlane()[stride_u * (y / 2) + x / 2] =
330 frame->GetUPlane()[stride_u * (y / 2) + x / 2] =
429 IsPlaneEqual("u", frame.GetUPlane(), frame.GetUPitch(), u, upitch,
443 frame2.GetUPlane(), frame2.GetUPitch(),
461 frame2.GetUPlane() + vcrop * frame2.GetUPitch() / 2
473 *frame.GetUPlane() == 128 &&
522 frame1.GetUPlane(), frame1.GetUPitch(),
541 frame1.GetUPlane(), frame1.GetUPitch(),
558 frame1.GetUPlane(), frame1.GetUPitch(),
    [all...]
fakevideorenderer.h 134 const uint8* u_plane = frame->GetUPlane();
testutils.cc 310 const uint8* u0 = frame0->GetUPlane();
313 const uint8* u1 = frame1->GetUPlane();
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCI420Frame.mm 62 return _videoFrame->GetUPlane();
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtctexturevideoframe.h 56 virtual const uint8* GetUPlane() const;
59 virtual uint8* GetUPlane();
webrtcvideoframe.h 82 virtual const uint8* GetUPlane() const;
85 virtual uint8* GetUPlane();
webrtctexturevideoframe.cc 68 const uint8* WebRtcTextureVideoFrame::GetUPlane() const {
83 uint8* WebRtcTextureVideoFrame::GetUPlane() {
webrtcvideoframe.cc 176 const uint8* WebRtcVideoFrame::GetUPlane() const {
198 uint8* WebRtcVideoFrame::GetUPlane() {
263 if (libyuv::ConvertFromI420(GetYPlane(), GetYPitch(), GetUPlane(),
342 uint8* u = GetUPlane();
webrtcvideoengine2.cc 536 virtual const uint8* GetUPlane() const OVERRIDE {
547 virtual uint8* GetUPlane() OVERRIDE {
617 GetUPlane(),
    [all...]
webrtcvideoengine.cc     [all...]
  /external/chromium_org/content/renderer/media/webrtc/
media_stream_remote_video_source.cc 97 frame->GetUPlane(), frame->GetUPitch(), uv_rows, video_frame.get());
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
peerconnection_jni.cc     [all...]

Completed in 2768 milliseconds