MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / ff_vaapi_alloc_bitplane

Function ff_vaapi_alloc_bitplane

libavcodec/vaapi.c:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142uint8_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
147VASliceParameterBufferBase *ff_vaapi_alloc_slice(struct vaapi_context *vactx, const uint8_t *buffer, uint32_t size)
148{

Callers 1

vaapi_vc1_start_frameFunction · 0.85

Calls 1

alloc_bufferFunction · 0.85

Tested by

no test coverage detected