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

  /external/webrtc/talk/media/base/
videoframe.cc 49 const uint8_t* src_u = GetUPlane();
103 if (!GetYPlane() || !GetUPlane() || !GetVPlane()) {
110 GetUPlane(), GetUPitch(),
124 CopyToPlanes(dst->GetYPlane(), dst->GetUPlane(), dst->GetVPlane(),
138 if (libyuv::ConvertFromI420(GetYPlane(), GetYPitch(), GetUPlane(),
159 if (!GetYPlane() || !GetUPlane() || !GetVPlane()) {
171 const uint8_t* src_u = GetUPlane();
210 StretchToPlanes(dst->GetYPlane(), dst->GetUPlane(), dst->GetVPlane(),
233 GetUPlane(), GetUPitch(),
videoframe.h 75 virtual const uint8_t* GetUPlane() const = 0;
78 virtual uint8_t* GetUPlane() = 0;
videoframe_unittest.h 314 frame->GetUPlane()[stride_u * (y / 2) + x / 2] =
368 frame->GetUPlane()[stride_u * (y / 2) + x / 2] =
486 IsPlaneEqual("u", frame.GetUPlane(), frame.GetUPitch(), u, upitch,
502 frame2.GetUPlane(), frame2.GetUPitch(),
520 frame2.GetUPlane() + vcrop * frame2.GetUPitch() / 2
532 *frame.GetUPlane() == 128 &&
581 frame1.GetUPlane(), frame1.GetUPitch(),
600 frame1.GetUPlane(), frame1.GetUPitch(),
617 frame1.GetUPlane(), frame1.GetUPitch(),
    [all...]
fakevideorenderer.h 137 const uint8_t* u_plane = frame->GetUPlane();
testutils.cc 327 const uint8_t* u0 = frame0->GetUPlane();
330 const uint8_t* u1 = frame1->GetUPlane();
  /external/webrtc/webrtc/api/objc/
RTCVideoFrame.mm 48 return const_frame->GetUPlane();
  /external/webrtc/talk/app/webrtc/objc/
RTCI420Frame.mm 64 return const_frame->GetUPlane();
  /external/webrtc/talk/media/webrtc/
webrtcvideoframe.h 92 const uint8_t* GetUPlane() const override;
95 uint8_t* GetUPlane() override;
webrtcvideoframe.cc 103 const uint8_t* WebRtcVideoFrame::GetUPlane() const {
116 uint8_t* WebRtcVideoFrame::GetUPlane() {
233 GetUPlane(), GetUPitch(),
301 GetYPlane(), GetYPitch(), GetUPlane(), GetUPitch(), GetVPlane(),
303 rotated_frame_->GetUPlane(), rotated_frame_->GetUPitch(),
  /external/webrtc/talk/app/webrtc/java/jni/
peerconnection_jni.cc     [all...]

Completed in 5629 milliseconds