Lines Matching refs:AVBufferRef
141 AVBufferRef *device_ref;
266 AVBufferRef *av_hwdevice_ctx_alloc(enum AVHWDeviceType type);
276 int av_hwdevice_ctx_init(AVBufferRef *ref);
303 int av_hwdevice_ctx_create(AVBufferRef **device_ctx, enum AVHWDeviceType type,
327 int av_hwdevice_ctx_create_derived(AVBufferRef **dst_ctx,
329 AVBufferRef *src_ctx, int flags);
347 int av_hwdevice_ctx_create_derived_opts(AVBufferRef **dst_ctx,
349 AVBufferRef *src_ctx,
361 AVBufferRef *av_hwframe_ctx_alloc(AVBufferRef *device_ctx);
371 int av_hwframe_ctx_init(AVBufferRef *ref);
382 int av_hwframe_get_buffer(AVBufferRef *hwframe_ctx, AVFrame *frame, int flags);
442 int av_hwframe_transfer_get_formats(AVBufferRef *hwframe_ctx,
492 void *av_hwdevice_hwconfig_alloc(AVBufferRef *device_ctx);
506 AVHWFramesConstraints *av_hwdevice_get_hwframe_constraints(AVBufferRef *ref,
603 int av_hwframe_ctx_create_derived(AVBufferRef **derived_frame_ctx,
605 AVBufferRef *derived_device_ctx,
606 AVBufferRef *source_frame_ctx,