Home | History | Annotate | Download | only in base

Lines Matching refs:GetYPitch

54   const int32_t y_pitch = GetYPitch();
86 const size_t y_size = GetHeight() * GetYPitch();
93 GetYPitch(), GetUPitch(), GetVPitch());
109 return libyuv::I420Copy(GetYPlane(), GetYPitch(),
125 dst->GetYPitch(), dst->GetUPitch(), dst->GetVPitch());
138 if (libyuv::ConvertFromI420(GetYPlane(), GetYPitch(), GetUPlane(),
189 src_y += iheight_offset * GetYPitch();
197 GetYPitch(), GetUPitch(), GetVPitch(),
211 dst->GetYPitch(), dst->GetUPitch(), dst->GetVPitch(),
232 return libyuv::I420Rect(GetYPlane(), GetYPitch(),