Searched refs:reset_ptr (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Dswscale.c778 static void reset_ptr(const uint8_t *src[], int format) function
1076 reset_ptr(src2, c->srcFormat);
1077 reset_ptr((void*)dst2, c->dstFormat);
1102 reset_ptr(src2, c->srcFormat);
1103 reset_ptr((void*)dst2, c->dstFormat);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/
H A Dswscale_unscaled.c874 static void reset_ptr(const uint8_t *src[], int format) function
1007 reset_ptr(src2, c->srcFormat);
1008 reset_ptr((const uint8_t **) dst2, c->dstFormat);
1033 reset_ptr(src2, c->srcFormat);
1034 reset_ptr((const uint8_t **) dst2, c->dstFormat);

Completed in 171 milliseconds