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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dpxafb.h54 #define PALETTE_SIZE (256 * 4) macro
61 unsigned char palette[PAL_MAX * PALETTE_SIZE];
H A Dda8xx-fb.c100 #define PALETTE_SIZE 256 macro
740 dma_free_coherent(NULL, PALETTE_SIZE, par->v_palette_base,
1014 PALETTE_SIZE,
1024 memset(par->v_palette_base, 0, PALETTE_SIZE);
1061 ret = fb_alloc_cmap(&da8xx_fb_info->cmap, PALETTE_SIZE, 0);
1105 dma_free_coherent(NULL, PALETTE_SIZE, par->v_palette_base,
H A Dpxafb.c1045 pal_desc->fsadr = fbi->dma_buff_phys + pal * PALETTE_SIZE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dwc3movie.c63 #define PALETTE_SIZE (256 * 3) macro
149 av_append_packet(pb, &wc3->vpkt, 8 + PALETTE_SIZE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dwc3movie.c61 #define PALETTE_SIZE (256 * 3) macro
148 av_append_packet(pb, &wc3->vpkt, 8 + PALETTE_SIZE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsanm.c34 #define PALETTE_SIZE 256 macro
268 uint32_t pal[PALETTE_SIZE];
514 for (i = 0; i < PALETTE_SIZE; i++)
1415 if (size != PALETTE_SIZE * 3) {
1420 for (i = 0; i < PALETTE_SIZE; i++)
1434 for (i = 0; i < PALETTE_SIZE; i++) {
1451 for (i = 0; i < PALETTE_SIZE; i++)
H A Dxan.c49 #define PALETTE_SIZE (PALETTE_COUNT * 3) macro
566 if (size < PALETTE_SIZE)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dxan.c49 #define PALETTE_SIZE (PALETTE_COUNT * 3) macro
516 if (size < PALETTE_SIZE)

Completed in 222 milliseconds