-
- Downloads
v4l2_codec2 encoder: Dynamically adjust framerate based on frame times.
The GTS testDynamicFramerateChangeVp8 test expects the VP8 V4L2 encoder to dynamically adjust the framerate based on the frame timestamps during encoding. This CL makes changes to the V4L2 encoder to monitor the time difference between subsequent frames and adjust the framerate accordingly. BUG: 192419592 Test: media.gts.RtcVideoCodecTest#testDynamicFramerateChangeVp8 Change-Id: Ic2f6d905345d9678765ad9db93e430d4ebddd602
Showing
- components/V4L2EncodeComponent.cpp 14 additions, 0 deletionscomponents/V4L2EncodeComponent.cpp
- components/include/v4l2_codec2/components/V4L2EncodeComponent.h 2 additions, 0 deletions...ents/include/v4l2_codec2/components/V4L2EncodeComponent.h
- components/include/v4l2_codec2/components/V4L2EncodeInterface.h 3 additions, 0 deletions...ents/include/v4l2_codec2/components/V4L2EncodeInterface.h
Loading
Please register or sign in to comment