Searched refs:FFIccContext (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | fflcms2.h | 34 typedef struct FFIccContext { struct 38 } FFIccContext; typedef 45 int ff_icc_context_init(FFIccContext *s, void *avctx); 46 void ff_icc_context_uninit(FFIccContext *s); 55 int ff_icc_profile_generate(FFIccContext *s, 66 int ff_icc_profile_attach(FFIccContext *s, cmsHPROFILE profile, AVFrame *frame); 74 int ff_icc_profile_read_primaries(FFIccContext *s, cmsHPROFILE profile, 84 int ff_icc_profile_detect_transfer(FFIccContext *s, cmsHPROFILE profile,
|
D | fflcms2.c | 27 FFIccContext *s = cmsGetContextUserData(ctx); in log_cb() 31 int ff_icc_context_init(FFIccContext *s, void *avctx) in ff_icc_context_init() 43 void ff_icc_context_uninit(FFIccContext *s) in ff_icc_context_uninit() 51 static int get_curve(FFIccContext *s, enum AVColorTransferCharacteristic trc, in get_curve() 146 int ff_icc_profile_generate(FFIccContext *s, in ff_icc_profile_generate() 173 int ff_icc_profile_attach(FFIccContext *s, cmsHPROFILE profile, AVFrame *frame) in ff_icc_profile_attach() 205 int ff_icc_profile_read_primaries(FFIccContext *s, cmsHPROFILE profile, in ff_icc_profile_read_primaries() 252 int ff_icc_profile_detect_transfer(FFIccContext *s, cmsHPROFILE profile, in ff_icc_profile_detect_transfer()
|
D | vf_iccdetect.c | 37 FFIccContext icc;
|
D | vf_iccgen.c | 36 FFIccContext icc;
|