Home
last modified time | relevance | path

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

/external/v4l2_codec2/tests/c2_e2e_test/jni/
Dcommon.cpp80 IVFWriter::IVFWriter(std::ofstream* output_file, VideoCodecType codec) in IVFWriter() function in android::IVFWriter
83 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()
Dcommon.h106 class IVFWriter {
108 IVFWriter(std::ofstream* output_file, VideoCodecType codec);
135 std::unique_ptr<IVFWriter> ivf_writer_;