Searched refs:SWS_ALPHA_BLEND_NONE (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libswscale/ |
D | options.c | 79 …-> non alpha", OFFSET(alphablend),AV_OPT_TYPE_INT, { .i64 = SWS_ALPHA_BLEND_NONE}, 0, … 80 … 0, AV_OPT_TYPE_CONST, { .i64 = SWS_ALPHA_BLEND_NONE}, INT_MIN, …
|
D | swscale_internal.h | 77 SWS_ALPHA_BLEND_NONE = 0, enumerator
|
D | utils.c | 1227 c->alphablend = SWS_ALPHA_BLEND_NONE; in sws_init_context() 1584 if (tmpFormat != AV_PIX_FMT_NONE && c->alphablend != SWS_ALPHA_BLEND_NONE) { in sws_init_context() 1826 c->alphablend != SWS_ALPHA_BLEND_NONE && in sws_init_context()
|