No description
The ih264e_vui_ip_t struct doesn't contain any input timestamps, and the IVE_CMD_CTL_SET_VUI_PARAMS command didn't set these fields at all (leaving them at their default initialized state 0,0). At the start of ih264e_encode, pending configurations are applied if their timestamp matches the timestamp of the frame to be encoded, or applied unconditionally if the timestamps are equal to -1. Thus, the parameters set with IVE_CMD_CTL_SET_VUI_PARAMS previously only got applied if encoding a frame with the specific timestamp 0, but now they get applied unconditionally on the next encoded frame. Bug: 240466320 Change-Id: I12c50251d8485e3f171ac5c87132ddfbc80377d6 |
||
|---|---|---|
| common | ||
| decoder | ||
| encoder | ||
| fuzzer | ||
| test | ||
| Android.bp | ||
| CMakeLists.txt | ||
| libavc_blocklist.txt | ||
| METADATA | ||
| MODULE_LICENSE_APACHE2 | ||
| NOTICE | ||
| OWNERS | ||
| PREUPLOAD.cfg | ||