Templatize VaapiWrapper::SubmitBuffer() |
||
Issue description
Many SubmitBuffer() calls are similar to:
vaapi_wrapper_->SubmitBuffer(VAEncPictureParameterBufferType,
sizeof(pic_param), &pic_param);
A templatized version of SubmitBuffer() would allow us to get rid of the size argument in these cases.
,
Sep 3
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Aug 28