Lines Matching refs:GetVPlane
316 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(), \
839 frame3.GetUPitch(), frame3.GetVPlane(), frame3.GetVPitch(), kWidth, \
868 frame2.GetUPitch(), frame2.GetVPlane(), frame2.GetVPitch(), \
870 frame3.GetUPitch(), frame3.GetVPlane(), frame3.GetVPitch(), kWidth, \
1345 EXPECT_EQ(frame1.GetVPlane(), frame2.GetVPlane()); in ConstructCopyIsRef()
1502 frame2.GetVPlane(), frame2.GetVPitch(), in ConvertToBuffer()
1807 frame1.GetVPlane(), frame1.GetVPitch(), in ConvertToI422Buffer()
1842 EXPECT_EQ(const_source->GetVPlane(), target->GetVPlane()); in CopyIsRef()
1854 EXPECT_NE(target->GetVPlane(), source->GetVPlane()); in MakeExclusive()