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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmov.c856 unsigned int color_depth; local
885 color_depth = st->codec->bits_per_coded_sample & 0x1F;
889 if ((color_depth == 2) || (color_depth == 4) ||
890 (color_depth == 8)) {
898 st->codec->bits_per_coded_sample = color_depth;
899 color_count = 1 << color_depth;
913 color_count = 1 << color_depth;
914 if (color_depth == 2)
916 else if (color_depth
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/
H A Dw100fb.h500 u32 color_depth : 3; member in struct:graphic_ctrl_t_w100
516 u32 color_depth : 3; member in struct:graphic_ctrl_t_w32xx
H A Dw100fb.c1440 graphic_ctrl.f_w100.color_depth=6;
1478 graphic_ctrl.f_w32xx.color_depth=6;

Completed in 298 milliseconds