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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/video/zoran/
H A Dzr36060.c737 if (size > ptr->total_code_vol * 7)
738 size = ptr->total_code_vol * 7;
798 *ival = ptr->total_code_vol;
804 ptr->total_code_vol = *ival;
805 ptr->real_code_vol = (ptr->total_code_vol * 6) >> 3;
943 ptr->total_code_vol = 16000; /* CHECKME */
944 ptr->real_code_vol = (ptr->total_code_vol * 6) >> 3;
H A Dzr36050.h48 __u32 total_code_vol; member in struct:zr36050
H A Dzr36060.h48 __u32 total_code_vol; member in struct:zr36060
H A Dzr36050.c631 if (size > ptr->total_code_vol * 7)
632 size = ptr->total_code_vol * 7;
690 *ival = ptr->total_code_vol;
696 ptr->total_code_vol = *ival;
699 ptr->real_code_vol = (ptr->total_code_vol * 6) >> 3;
837 ptr->total_code_vol = 16000;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/video/zoran/
H A Dzr36060.c737 if (size > ptr->total_code_vol * 7)
738 size = ptr->total_code_vol * 7;
798 *ival = ptr->total_code_vol;
804 ptr->total_code_vol = *ival;
805 ptr->real_code_vol = (ptr->total_code_vol * 6) >> 3;
943 ptr->total_code_vol = 16000; /* CHECKME */
944 ptr->real_code_vol = (ptr->total_code_vol * 6) >> 3;
H A Dzr36050.h48 __u32 total_code_vol; member in struct:zr36050
H A Dzr36060.h48 __u32 total_code_vol; member in struct:zr36060
H A Dzr36050.c631 if (size > ptr->total_code_vol * 7)
632 size = ptr->total_code_vol * 7;
690 *ival = ptr->total_code_vol;
696 ptr->total_code_vol = *ival;
699 ptr->real_code_vol = (ptr->total_code_vol * 6) >> 3;
837 ptr->total_code_vol = 16000;

Completed in 175 milliseconds