| 130 | } |
| 131 | |
| 132 | void *ff_vaapi_alloc_pic_param(struct vaapi_context *vactx, unsigned int size) |
| 133 | { |
| 134 | return alloc_buffer(vactx, VAPictureParameterBufferType, size, &vactx->pic_param_buf_id); |
| 135 | } |
| 136 | |
| 137 | void *ff_vaapi_alloc_iq_matrix(struct vaapi_context *vactx, unsigned int size) |
| 138 | { |
no test coverage detected