Add EncodeFrameResults
authorangiebird <angiebird@google.com>
Mon, 11 Nov 2019 18:20:15 +0000 (10:20 -0800)
committerangiebird <angiebird@google.com>
Mon, 18 Nov 2019 19:37:24 +0000 (11:37 -0800)
commitf975d02d6dc095c97c6950a2b8c3768f29644fe5
treefaee635be371d9c00fc93dbe617821b59a6ceb3c
parent7dd26ae967734f9b27b0ecbdbf2be89ecc8b6331
Add EncodeFrameResults

It contains coding_data_size and coding_data.

The EncodeFrame will allocate a buffer, write the coding data into the
buffer and give the ownership of the buffer to
encode_frame_result->coding_data

Change-Id: I6bd86aede191ade1db4a1f1bba5be601eef97d60
test/simple_encode_test.cc
vp9/simple_encode.cc
vp9/simple_encode.h