Home
last modified time | relevance | path

Searched refs:GetI010 (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/common_video/
Dvideo_frame_unittest.cc50 return I010Buffer::Copy(*src.GetI010()); in Copy()
63 return I010Buffer::Rotate(*src.GetI010(), rotation); in Rotate()
87 buffer->CropAndScaleFrom(*src.GetI010(), offset_x, offset_y, crop_width, in CropAndScaleFrom()
122 buffer->ScaleFrom(*src.GetI010()); in ScaleFrom()
235 return buf->GetI010() in GetU()
236 ->DataU()[row / 2 * buf->GetI010()->StrideU() + col / 2]; in GetU()
245 return buf->GetI010() in GetV()
246 ->DataV()[row / 2 * buf->GetI010()->StrideV() + col / 2]; in GetV()
254 return buf->GetI010()->DataY()[row * buf->GetI010()->StrideY() + col]; in GetY()
267 buf->PasteFrom(*picture.GetI010(), offset_col, offset_row); in PasteFromBuffer()
/external/webrtc/api/video/
Dvideo_frame_buffer.cc33 const I010BufferInterface* VideoFrameBuffer::GetI010() const { in GetI010() function in webrtc::VideoFrameBuffer
Dvideo_frame_buffer.h81 const I010BufferInterface* GetI010() const;
/external/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc1012 i010_buffer = input_image.video_frame_buffer()->GetI010(); in Encode()