Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmlp_parse.c116 mh->group1_samplerate = mlp_samplerate(ratebits); in ff_mlp_read_major_sync()
117 mh->group2_samplerate = mlp_samplerate(get_bits(gb, 4)); in ff_mlp_read_major_sync()
130 mh->group1_samplerate = mlp_samplerate(ratebits); in ff_mlp_read_major_sync()
Dmlp_parse.h80 static inline int mlp_samplerate(int in) in mlp_samplerate() function
/third_party/ffmpeg/libavformat/
Dmov.c6848 st->codecpar->sample_rate = mlp_samplerate(ratebits); in mov_read_dmlp()