FM_FAKE_PULL_BITS 42 modules/hyb_in/fm_fake_pull.c #define FM_FAKE_PULL_FRAME_LEN ((FM_FAKE_PULL_FRAME_DUR*FM_FAKE_PULL_CHAN_NUM*FM_FAKE_PULL_BITS*FM_FAKE_PULL_AUDIO_FREQ)/(1000*8)) /*in bytes*/ FM_FAKE_PULL_BITS 105 modules/hyb_in/fm_fake_pull.c gf_bs_write_u16(dsi, FM_FAKE_PULL_BITS); /*u16 nb_bits_per_sample*/ FM_FAKE_PULL_BITS 154 modules/hyb_in/fm_fake_pull.c for (i=0; i<(FM_FAKE_PULL_FRAME_LEN*8)/FM_FAKE_PULL_BITS; i++) { FM_FAKE_PULL_BITS 156 modules/hyb_in/fm_fake_pull.c *((FM_FAKE_PULL_TYPE*)((FM_FAKE_PULL*)self->private_data)->buffer10+i) = 1 << (FM_FAKE_PULL_BITS-1);