Home
last modified time | relevance | path

Searched refs:GetVPlane (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/talk/media/base/
Dvideoframe.cc50 const uint8_t* src_v = GetVPlane(); in Write()
103 if (!GetYPlane() || !GetUPlane() || !GetVPlane()) { in CopyToPlanes()
111 GetVPlane(), GetVPitch(), in CopyToPlanes()
124 CopyToPlanes(dst->GetYPlane(), dst->GetUPlane(), dst->GetVPlane(), in CopyToFrame()
139 GetUPitch(), GetVPlane(), GetVPitch(), buffer, in ConvertToRgbBuffer()
159 if (!GetYPlane() || !GetUPlane() || !GetVPlane()) { in StretchToPlanes()
172 const uint8_t* src_v = GetVPlane(); in StretchToPlanes()
210 StretchToPlanes(dst->GetYPlane(), dst->GetUPlane(), dst->GetVPlane(), in StretchToFrame()
234 GetVPlane(), GetVPitch(), in SetToBlack()
Dvideoframe_unittest.h316 frame->GetVPlane()[stride_v * (y / 2) + x / 2] = in ConvertYuv422()
370 frame->GetVPlane()[stride_v * (y / 2) + x / 2] = in ConvertRgb()
489 IsPlaneEqual("v", frame.GetVPlane(), frame.GetVPitch(), v, vpitch, in IsEqual()
503 frame2.GetVPlane(), frame2.GetVPitch(), in IsEqual()
523 frame2.GetVPlane() + vcrop * frame2.GetVPitch() / 2 in IsEqualWithCrop()
533 *frame.GetVPlane() == 128; in IsBlack()
582 frame1.GetVPlane(), frame1.GetVPitch(), in ConstructI422()
601 frame1.GetVPlane(), frame1.GetVPitch(), in ConstructYuy2()
618 frame1.GetVPlane(), frame1.GetVPitch(), in ConstructYuy2Unaligned()
837 frame2.GetUPitch(), frame2.GetVPlane(), frame2.GetVPitch(), \
[all …]
Dvideoframe.h76 virtual const uint8_t* GetVPlane() const = 0;
79 virtual uint8_t* GetVPlane() = 0;
Dtestutils.cc328 const uint8_t* v0 = frame0->GetVPlane(); in VideoFrameEqual()
331 const uint8_t* v1 = frame1->GetVPlane(); in VideoFrameEqual()
Dfakevideorenderer.h138 const uint8_t* v_plane = frame->GetVPlane(); in CheckFrameColorYuv()
/external/webrtc/talk/media/webrtc/
Dwebrtcvideoframe.cc107 const uint8_t* WebRtcVideoFrame::GetVPlane() const { in GetVPlane() function in cricket::WebRtcVideoFrame
121 uint8_t* WebRtcVideoFrame::GetVPlane() { in GetVPlane() function in cricket::WebRtcVideoFrame
234 GetVPlane(), GetVPitch(), in Reset()
301 GetYPlane(), GetYPitch(), GetUPlane(), GetUPitch(), GetVPlane(), in GetCopyWithRotationApplied()
304 rotated_frame_->GetVPlane(), rotated_frame_->GetVPitch(), width, height, in GetCopyWithRotationApplied()
Dwebrtcvideoframe.h93 const uint8_t* GetVPlane() const override;
96 uint8_t* GetVPlane() override;
/external/webrtc/webrtc/api/objc/
DRTCVideoFrame.mm53 return const_frame->GetVPlane();
/external/webrtc/talk/app/webrtc/objc/
DRTCI420Frame.mm69 return const_frame->GetVPlane();
/external/webrtc/talk/app/webrtc/java/jni/
Dpeerconnection_jni.cc803 const_cast<uint8_t*>(frame->GetVPlane()), frame->GetChromaSize()); in CricketToJavaI420Frame()