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

  /external/webrtc/talk/media/base/
videoframe.cc 50 const uint8_t* src_v = GetVPlane();
103 if (!GetYPlane() || !GetUPlane() || !GetVPlane()) {
111 GetVPlane(), GetVPitch(),
124 CopyToPlanes(dst->GetYPlane(), dst->GetUPlane(), dst->GetVPlane(),
139 GetUPitch(), GetVPlane(), GetVPitch(), buffer,
159 if (!GetYPlane() || !GetUPlane() || !GetVPlane()) {
172 const uint8_t* src_v = GetVPlane();
210 StretchToPlanes(dst->GetYPlane(), dst->GetUPlane(), dst->GetVPlane(),
234 GetVPlane(), GetVPitch(),
videoframe.h 76 virtual const uint8_t* GetVPlane() const = 0;
79 virtual uint8_t* GetVPlane() = 0;
videoframe_unittest.h 316 frame->GetVPlane()[stride_v * (y / 2) + x / 2] =
370 frame->GetVPlane()[stride_v * (y / 2) + x / 2] =
489 IsPlaneEqual("v", frame.GetVPlane(), frame.GetVPitch(), v, vpitch,
503 frame2.GetVPlane(), frame2.GetVPitch(),
523 frame2.GetVPlane() + vcrop * frame2.GetVPitch() / 2
533 *frame.GetVPlane() == 128;
582 frame1.GetVPlane(), frame1.GetVPitch(),
601 frame1.GetVPlane(), frame1.GetVPitch(),
618 frame1.GetVPlane(), frame1.GetVPitch(),
    [all...]
fakevideorenderer.h 138 const uint8_t* v_plane = frame->GetVPlane();
testutils.cc 328 const uint8_t* v0 = frame0->GetVPlane();
331 const uint8_t* v1 = frame1->GetVPlane();
  /external/webrtc/webrtc/api/objc/
RTCVideoFrame.mm 53 return const_frame->GetVPlane();
  /external/webrtc/talk/app/webrtc/objc/
RTCI420Frame.mm 69 return const_frame->GetVPlane();
  /external/webrtc/talk/media/webrtc/
webrtcvideoframe.h 93 const uint8_t* GetVPlane() const override;
96 uint8_t* GetVPlane() override;
webrtcvideoframe.cc 107 const uint8_t* WebRtcVideoFrame::GetVPlane() const {
121 uint8_t* WebRtcVideoFrame::GetVPlane() {
234 GetVPlane(), GetVPitch(),
301 GetYPlane(), GetYPitch(), GetUPlane(), GetUPitch(), GetVPlane(),
304 rotated_frame_->GetVPlane(), rotated_frame_->GetVPitch(), width, height,
  /external/webrtc/talk/app/webrtc/java/jni/
peerconnection_jni.cc     [all...]

Completed in 1282 milliseconds