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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dpaf.h25 #define PAF_SOUND_SAMPLES 2205 macro
26 #define PAF_SOUND_FRAME_SIZE ((256 + PAF_SOUND_SAMPLES) * 2)
H A Dpafaudio.c28 #define PAF_SOUND_SAMPLES 2205 macro
29 #define PAF_SOUND_FRAME_SIZE ((256 + PAF_SOUND_SAMPLES) * 2)
57 frame->nb_samples = PAF_SOUND_SAMPLES * frames;
68 for (i = 0; i < PAF_SOUND_SAMPLES * 2; i++)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dpaf.c210 pkt->duration = PAF_SOUND_SAMPLES * (p->audio_size / PAF_SOUND_FRAME_SIZE);

Completed in 115 milliseconds