Home
last modified time | relevance | path

Searched refs:AddROIContext (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_addroi.c43 typedef struct AddROIContext { struct
53 } AddROIContext; argument
58 AddROIContext *ctx = avctx->priv; in addroi_config_input()
98 AddROIContext *ctx = avctx->priv; in addroi_filter_frame()
188 AddROIContext *ctx = avctx->priv; in addroi_init()
208 AddROIContext *ctx = avctx->priv; in addroi_uninit()
217 #define OFFSET(x) offsetof(AddROIContext, x)
264 .priv_size = sizeof(AddROIContext),