Lines Matching full:converter
17 #include "webrtc/tools/converter/converter.h"
30 Converter::Converter(int width, int height)
35 bool Converter::ConvertRGBAToI420Video(std::string frames_dir,
109 bool Converter::AddYUVToFile(uint8_t* y_plane,
122 bool Converter::AddYUVPlaneToFile(uint8_t* yuv_plane,
135 bool Converter::ReadRGBAFrame(const char* input_file_name, int input_frame_size,
155 std::string Converter::FindFullFileName(std::string dir_name,
160 bool Converter:: FileExists(std::string file_name_to_check) {
166 std::string Converter::FormFrameName(int width, int number) {