Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswscale/
Dutils.c895 memcmp(c->dstColorspaceTable, table, sizeof(int) * 4) in sws_setColorspaceDetails()
900 memmove(c->dstColorspaceTable, table, sizeof(int) * 4); in sws_setColorspaceDetails()
926 memcmp(c->dstColorspaceTable, c->srcColorspaceTable, sizeof(int) * 4) && in sws_setColorspaceDetails()
1015 *table = c->dstColorspaceTable; in sws_getColorspaceDetails()
Dswscale_internal.h423 int dstColorspaceTable[4]; member