Searched defs:y_plane (Results 1 – 7 of 7) sorted by relevance
81 GlobPtr<uchar> y_plane = globPtr(dst.data, dst.step); in Gray_to_YV12() local118 GlobPtr<uchar> y_plane = globPtr(dst.data, dst.step); in RGB_to_YV12() local
140 const uint8_t* y_plane, in WrappedI420Buffer()224 const uint8_t* y_plane = buffer->data(kYPlane) + in ShallowCenterCrop() local
96 uint8_t* y_plane = video_frame_.buffer(kYPlane); in TEST_F() local
122 const uint8_t* y_plane = frame->GetYPlane(); in CheckFrameColorYuv() local
109 bool Converter::AddYUVToFile(uint8_t* y_plane, in AddYUVToFile()
158 const uint8_t* y_plane = static_cast<uint8_t*>(video_frame); in OnMemoryBufferFrame() local
36 int y_plane = width * height; // I420 Y plane. in GetI420FrameSize() local