Lines Matching refs:StrideV
81 source.StrideV()); in Copy()
99 buffer->StrideV(), width, height)); in Copy()
124 src.DataV(), src.StrideV(), buffer->MutableDataY(), in Rotate()
126 buffer->MutableDataV(), buffer->StrideV(), src.width(), in Rotate()
161 int I420Buffer::StrideV() const { in StrideV() function in webrtc::I420Buffer
179 buffer->MutableDataV(), buffer->StrideV(), 0, 0, in SetBlack()
206 src.DataV() + src.StrideV() * uv_offset_y + uv_offset_x; in CropAndScaleFrom()
209 src.StrideV(), crop_width, crop_height, MutableDataY(), in CropAndScaleFrom()
211 StrideV(), width(), height(), libyuv::kFilterBox); in CropAndScaleFrom()
256 picture.DataV(), picture.StrideV(), in PasteFrom()
257 MutableDataV() + StrideV() * offset_row / 2 + offset_col / 2, StrideV(), in PasteFrom()