Home
last modified time | relevance | path

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

/third_party/ffmpeg/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.c57 frame->nb_samples = PAF_SOUND_SAMPLES * frames; in paf_audio_decode()
68 for (i = 0; i < PAF_SOUND_SAMPLES * 2; i++) in paf_audio_decode()
/third_party/ffmpeg/libavformat/
H A Dpaf.c218 pkt->duration = PAF_SOUND_SAMPLES * (p->audio_size / PAF_SOUND_FRAME_SIZE); in read_packet()

Completed in 2 milliseconds