Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dinternal.h217 int initial_sample_rate; member
Ddecode.c690 avci->initial_sample_rate = frame->sample_rate ? frame->sample_rate : in avcodec_receive_frame()
707 changed |= avci->initial_sample_rate != frame->sample_rate || in avcodec_receive_frame()
708 avci->initial_sample_rate != avctx->sample_rate || in avcodec_receive_frame()