Consti10

Results 169 comments of Consti10

In the end, I just copied the "ammend" code into a header file: https://github.com/Consti10/merged/blob/master/external/mpp/mpp/hal/rkenc/h264e/hal_h264e_vepu541_ammend.h prefixed it with "X" to have no compilation errors. And completed the code by using your...

Adding this part: `}else if(amend->prefix){ amend->old_length = length; Xh264e_vepu_stream_amend_sync_ref_idc(amend); }` To your original diff should do the trick. You probably forgot to include it in the diff.

I will double confirm, and create a pull request once done.

Does this mean the info from the main website is wrong ? https://www.rock-chips.com/a/en/products/RK35_Series/2021/0113/1274.html it says "Support 1080P 100fps H.265/H.264 encoder"

Interesting. Are there architectural differences between rv1126 and rk3566/68 regarding the encoding unit ? From my testing, rv1126 can do 1080p 60 without problems. If you feed it 1080p90 (for...

If anybody is interested - I've measured the encoding throughput on various resolutions on rv1126. Test method: 1) modify the mpi_enc_test file to only draw the pattern on the first...

If anybody has an rk356X chip, it'd be interesting to see your results.

Regarding the "draw pattern only 10 times - code:" ``` uint64_t before=getTimeMs(); // Consti10 // fill only the first 10 frames, then do nothing to not mess up the benchmark...

Hw timing is obviosly lower, but yet the new enqueu/deque interface is not available. The following numbers are from rv1126, same tests as above, but this time no average- just...

The same is true for the dji spark ( when connected via wifi ) More details here: https://github.com/DJI-Mobile-SDK-Tutorials/Android-VideoStreamDecodingSample/issues/43