Home | History | Annotate | Download | only in converter

Lines Matching refs: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* y_plane, int y_plane_size,
119 bool Converter::AddYUVPlaneToFile(uint8* yuv_plane, int yuv_plane_size,
131 bool Converter::ReadRGBAFrame(const char* input_file_name, int input_frame_size,
151 std::string Converter::FindFullFileName(std::string dir_name,
156 bool Converter:: FileExists(std::string file_name_to_check) {
162 std::string Converter::FormFrameName(int width, int number) {