Searched refs:IVFWriter (Results 1 – 2 of 2) sorted by relevance
80 IVFWriter::IVFWriter(std::ofstream* output_file, VideoCodecType codec) in IVFWriter() function in android::IVFWriter83 bool IVFWriter::WriteHeader(const Size& resolution, uint32_t frame_rate, uint32_t num_frames) { in WriteHeader()120 bool IVFWriter::WriteFrame(const uint8_t* data, uint32_t data_size, uint64_t timestamp) { in WriteFrame()130 bool IVFWriter::SetNumFrames(uint32_t num_frames) { in SetNumFrames()143 ivf_writer_ = std::make_unique<IVFWriter>(&output_file_, codec); in Open()
106 class IVFWriter {108 IVFWriter(std::ofstream* output_file, VideoCodecType codec);135 std::unique_ptr<IVFWriter> ivf_writer_;