Lines Matching refs:GetUPlane
314 frame->GetUPlane()[stride_u * (y / 2) + x / 2] = in ConvertYuv422()
368 frame->GetUPlane()[stride_u * (y / 2) + x / 2] = in ConvertRgb()
486 IsPlaneEqual("u", frame.GetUPlane(), frame.GetUPitch(), u, upitch, in IsEqual()
502 frame2.GetUPlane(), frame2.GetUPitch(), in IsEqual()
520 frame2.GetUPlane() + vcrop * frame2.GetUPitch() / 2 in IsEqualWithCrop()
532 *frame.GetUPlane() == 128 && in IsBlack()
581 frame1.GetUPlane(), frame1.GetUPitch(), in ConstructI422()
600 frame1.GetUPlane(), frame1.GetUPitch(), in ConstructYuy2()
617 frame1.GetUPlane(), frame1.GetUPitch(), in ConstructYuy2Unaligned()
836 frame2.GetYPlane(), frame2.GetYPitch(), frame2.GetUPlane(), \
838 frame3.GetYPlane(), frame3.GetYPitch(), frame3.GetUPlane(), \
867 frame2.GetYPlane(), frame2.GetYPitch(), frame2.GetUPlane(), \
869 frame3.GetYPlane(), frame3.GetYPitch(), frame3.GetUPlane(), \
1344 EXPECT_EQ(frame1.GetUPlane(), frame2.GetUPlane()); in ConstructCopyIsRef()
1501 frame2.GetUPlane(), frame2.GetUPitch(), in ConvertToBuffer()
1806 frame1.GetUPlane(), frame1.GetUPitch(), in ConvertToI422Buffer()
1841 EXPECT_EQ(const_source->GetUPlane(), target->GetUPlane()); in CopyIsRef()
1853 EXPECT_NE(target->GetUPlane(), source->GetUPlane()); in MakeExclusive()