Home
last modified time | relevance | path

Searched refs:yuv_plane (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/rtc_tools/converter/
Dconverter.cc118 bool Converter::AddYUVPlaneToFile(uint8_t* yuv_plane, in AddYUVPlaneToFile() argument
121 size_t bytes_written = fwrite(yuv_plane, 1, yuv_plane_size, file); in AddYUVPlaneToFile()
Dconverter.h71 bool AddYUVPlaneToFile(uint8_t* yuv_plane, int yuv_plane_size, FILE* file);