Searched refs:PAF_SOUND_SAMPLES (Results 1 – 3 of 3) sorted by relevance
25 #define PAF_SOUND_SAMPLES 2205 macro26 #define PAF_SOUND_FRAME_SIZE ((256 + PAF_SOUND_SAMPLES) * 2)
55 frame->nb_samples = PAF_SOUND_SAMPLES * frames; in paf_audio_decode()66 for (i = 0; i < PAF_SOUND_SAMPLES * 2; i++) in paf_audio_decode()
224 pkt->duration = PAF_SOUND_SAMPLES * (p->audio_size / PAF_SOUND_FRAME_SIZE); in read_packet()