Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswscale/
Dutils.c937 memcmp(c->dstColorspaceTable, table, sizeof(int) * 4) in sws_setColorspaceDetails()
942 memmove(c->dstColorspaceTable, table, sizeof(int) * 4); in sws_setColorspaceDetails()
968 memcmp(c->dstColorspaceTable, c->srcColorspaceTable, sizeof(int) * 4) && in sws_setColorspaceDetails()
1037 …if (c->cascaded_context[0] && memcmp(c->dstColorspaceTable, c->srcColorspaceTable, sizeof(int) * 4… in sws_setColorspaceDetails()
1072 *table = c->dstColorspaceTable; in sws_getColorspaceDetails()
Dswscale_internal.h455 int dstColorspaceTable[4]; member