| 140 | } |
| 141 | |
| 142 | uint8_t *ff_vaapi_alloc_bitplane(struct vaapi_context *vactx, uint32_t size) |
| 143 | { |
| 144 | return alloc_buffer(vactx, VABitPlaneBufferType, size, &vactx->bitplane_buf_id); |
| 145 | } |
| 146 | |
| 147 | VASliceParameterBufferBase *ff_vaapi_alloc_slice(struct vaapi_context *vactx, const uint8_t *buffer, uint32_t size) |
| 148 | { |
no test coverage detected