Skip to content

decoder : Change the V4L2_CID_MIN_BUFFERS_FOR_CAPTURE's value to the...

Lee Jackson requested to merge jackson/wave5/dst_buf_count into wave5-dev

decoder : Change the V4L2_CID_MIN_BUFFERS_FOR_CAPTURE's value to the W5_RET_DEC_NUM_REORDER_DELAY's one.

We don't need to allocate a display buffer as much as FBC count. For display buffer, we only needs frame_buf_dealy + 1, this could reduce memory usage.

Merge request reports