Home
last modified time | relevance | path

Searched refs:DST_SAMPLES_PER_FRAME (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddstdec.c43 #define DST_SAMPLES_PER_FRAME(sample_rate) (588 * DSD_FS44(sample_rate)) macro
95 if (DST_SAMPLES_PER_FRAME(avctx->sample_rate) & 7) { in decode_init()
242 unsigned samples_per_frame = DST_SAMPLES_PER_FRAME(avctx->sample_rate); in decode_frame()