Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Ddca_sample_rate_tab.h29 const uint32_t ff_dca_sample_rates[16] = { variable
H A Ddca.c110 if (!ff_dca_sample_rates[h->sr_code]) in ff_dca_parse_core_frame_header()
H A Ddca.h197 extern const uint32_t ff_dca_sample_rates[16];
H A Ddca_parser.c270 *sample_rate = ff_dca_sample_rates[h.sr_code]; in dca_parse_params()
H A Ddca_core.c133 s->sample_rate = ff_dca_sample_rates[h.sr_code]; in parse_frame_header()
/third_party/ffmpeg/libavformat/
H A Dspdifenc.c266 sample_rate = ff_dca_sample_rates[(pkt->data[8] >> 2) & 0x0f]; in spdif_header_dts()

Completed in 8 milliseconds