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