Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavresample/
Daudio_mix_matrix.c66 static int sane_layout(uint64_t layout) in sane_layout() function
117 if (!sane_layout(in_layout) || !sane_layout(out_layout)) in avresample_build_matrix()
/third_party/ffmpeg/libswresample/
Drematrix.c128 static int sane_layout(AVChannelLayout *ch_layout) { in sane_layout() function
213 if(!sane_layout(&in_ch_layout)) { in swr_build_matrix2()
225 if(!sane_layout(&out_ch_layout)) { in swr_build_matrix2()