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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A D8bps.c51 unsigned char planes; member in struct:EightBpsContext
71 unsigned int planes = c->planes; local
85 dp = encoded + planes * (height << 1);
88 if (planes == 4)
89 planes--;
91 px_inc = planes + (avctx->pix_fmt == PIX_FMT_RGB32);
93 for (p = 0; p < planes; p++) {
167 c->planes = 1;
176 c->planes
[all...]
H A Dfraps.c111 * and we need to add 0x80 to the first lines of chroma planes
144 int i, j, is_chroma, planes; local
248 * Fraps v2 is Huffman-coded YUV420 planes
252 planes = 3;
269 if ((AV_RL32(buf) != FPS_TAG)||(buf_size < (planes*1024 + 24))) {
273 for(i = 0; i < planes; i++) {
280 offs[planes] = buf_size;
281 for(i = 0; i < planes; i++){
295 planes = 3;
312 if ((AV_RL32(buf) != FPS_TAG)||(buf_size < (planes*102
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dsticore.h84 s32 text_planes; /* number of planes used for text */
103 u32 text : 1; /* turn on text display planes? */
104 u32 nontext : 1; /* turn on non-text display planes? */
105 u32 clear : 1; /* clear text display planes? */
106 u32 cmap_blk : 1; /* non-text planes cmap black? */
113 u32 init_cmap_tx : 1; /* initialize cmap for text planes */
131 s32 text_planes; /* number of planes to use for text */
138 s32 text_planes; /* number of planes used for text */
172 s32 planes; /* number of fb planes i member in struct:sti_conf_outptr
[all...]
H A Datafb.c1022 /* 2 planes must use STE compatibility mode */
1641 videl.f_shift = 0; /* write enables Falcon palette, 0: 4 planes */
1648 * doesn't set st_shift. st_shift != 0 (!= 4planes) is impossible
2805 int xres, xres_virtual, yres, depth, planes; local
2845 planes = FB_TYPE_INTERLEAVED_PLANES;
2847 planes = FB_TYPE_PACKED_PIXELS;
2849 planes = FB_TYPE_PLANES;
2851 planes = -1; /* true color */
2900 external_pmode = planes;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/console/
H A Dsticore.c76 .text_planes = 3, /* # of text planes (max 3 for STI) */
354 "%d text planes\n"
394 "%d planes\n"
398 sti->outptr.planes,

Completed in 75 milliseconds