Lines Matching defs:ref
201 int av_hwdevice_ctx_init(AVBufferRef *ref)
203 AVHWDeviceContext *ctx = (AVHWDeviceContext*)ref->data;
306 static int hwframe_pool_prealloc(AVBufferRef *ref)
308 AVHWFramesContext *ctx = (AVHWFramesContext*)ref->data;
321 ret = av_hwframe_get_buffer(ref, frames[i], 0);
334 int av_hwframe_ctx_init(AVBufferRef *ref)
336 AVHWFramesContext *ctx = (AVHWFramesContext*)ref->data;
374 ret = hwframe_pool_prealloc(ref);
562 void *av_hwdevice_hwconfig_alloc(AVBufferRef *ref)
564 AVHWDeviceContext *ctx = (AVHWDeviceContext*)ref->data;
573 AVHWFramesConstraints *av_hwdevice_get_hwframe_constraints(AVBufferRef *ref,
576 AVHWDeviceContext *ctx = (AVHWDeviceContext*)ref->data;