Lines Matching defs:buf
33 void vlVaHandlePictureParameterBufferVP9(vlVaDriver *drv, vlVaContext *context, vlVaBuffer *buf)
35 VADecPictureParameterBufferVP9 *vp9 = buf->data;
38 assert(buf->size >= sizeof(VADecPictureParameterBufferVP9) && buf->num_elements == 1);
95 void vlVaHandleSliceParameterBufferVP9(vlVaContext *context, vlVaBuffer *buf)
97 VASliceParameterBufferVP9 *vp9 = buf->data;
100 assert(buf->size >= sizeof(VASliceParameterBufferVP9) && buf->num_elements == 1);
177 void vlVaDecoderVP9BitstreamHeader(vlVaContext *context, vlVaBuffer *buf)
185 vl_vlc_init(&vlc, 1, (const void * const*)&buf->data,