FM_FAKE_PULL_FRAME_DUR 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_FRAME_DUR 192 modules/hyb_in/fm_fake_pull.c u64 delta_pts = (FM_FAKE_PULL_FRAME_DUR*FM_FAKE_PULL_AUDIO_FREQ)/1000; FM_FAKE_PULL_FRAME_DUR 193 modules/hyb_in/fm_fake_pull.c assert(!(FM_FAKE_PULL_FRAME_DUR*FM_FAKE_PULL_AUDIO_FREQ%1000));