-
- Downloads
components: Set InputBufferManager interval
InputBufferManager notifies the codec2 framework when the component no longer has any references to an input buffer. While a dedicated release notification is necessary in some circumstances, the release can usually be done when the corresponding work item is completed, to reduce the amount of IPC. This change sets the notification interval used by InputBufferManager to reduce how often a dedicated release notification is sent. Bug: 172184040 Test: tast run DUT arc.VideoDecodeAccel.vp8_vm Change-Id: Id6371d328bb00730b50d3b3075eccf4010554f27
Showing
- common/include/v4l2_codec2/common/VideoTypes.h 3 additions, 0 deletionscommon/include/v4l2_codec2/common/VideoTypes.h
- components/Android.bp 1 addition, 1 deletioncomponents/Android.bp
- components/V4L2ComponentFactory.cpp 20 additions, 0 deletionscomponents/V4L2ComponentFactory.cpp
- components/V4L2DecodeInterface.cpp 15 additions, 16 deletionscomponents/V4L2DecodeInterface.cpp
- components/include/v4l2_codec2/components/V4L2DecodeInterface.h 2 additions, 0 deletions...ents/include/v4l2_codec2/components/V4L2DecodeInterface.h
Please register or sign in to comment