Lines Matching refs:AVHWDeviceContext
124 AVHWDeviceContext *ctx = (AVHWDeviceContext*)data; in hwdevice_ctx_free()
144 AVHWDeviceContext *ctx; in av_hwdevice_ctx_alloc()
202 AVHWDeviceContext *ctx = (AVHWDeviceContext*)ref->data; in av_hwdevice_ctx_init()
249 AVHWDeviceContext *device_ctx = (AVHWDeviceContext*)device_ref_in->data; in av_hwframe_ctx_alloc()
567 AVHWDeviceContext *ctx = (AVHWDeviceContext*)ref->data; in av_hwdevice_hwconfig_alloc()
579 AVHWDeviceContext *ctx = (AVHWDeviceContext*)ref->data; in av_hwdevice_get_hwframe_constraints()
614 AVHWDeviceContext *device_ctx; in av_hwdevice_ctx_create()
622 device_ctx = (AVHWDeviceContext*)device_ref->data; in av_hwdevice_ctx_create()
652 AVHWDeviceContext *dst_ctx, *tmp_ctx; in av_hwdevice_ctx_create_derived_opts()
657 tmp_ctx = (AVHWDeviceContext*)tmp_ref->data; in av_hwdevice_ctx_create_derived_opts()
674 dst_ctx = (AVHWDeviceContext*)dst_ref->data; in av_hwdevice_ctx_create_derived_opts()
678 tmp_ctx = (AVHWDeviceContext*)tmp_ref->data; in av_hwdevice_ctx_create_derived_opts()
861 AVHWDeviceContext *dst_dev = in av_hwframe_ctx_create_derived()
862 (AVHWDeviceContext*)derived_device_ctx->data; in av_hwframe_ctx_create_derived()