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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libswscale/
H A Dswscale-example.c189 uint8_t *rgb_data = malloc (W*H*4); local
190 uint8_t *rgb_src[3]= {rgb_data, NULL, NULL};
202 rgb_data[ x + y*4*W]= random();

Completed in 85 milliseconds