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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dtak.c48 static const uint16_t frame_duration_type_quants[] = { variable
57 nb_samples = sample_rate * frame_duration_type_quants[type] >>
60 } else if (type < FF_ARRAY_ELEMS(frame_duration_type_quants)) {
61 nb_samples = frame_duration_type_quants[type];
63 frame_duration_type_quants[TAK_FST_250ms] >>

Completed in 102 milliseconds