Home
last modified time | relevance | path

Searched refs:ff_flac_set_channel_layout (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dflac.c196 void ff_flac_set_channel_layout(AVCodecContext *avctx, int channels) in ff_flac_set_channel_layout() function
240 ff_flac_set_channel_layout(avctx, s->channels); in ff_flac_parse_streaminfo()
H A Dflac.h134 void ff_flac_set_channel_layout(AVCodecContext *avctx, int channels);
H A Dflacdec.c487 ff_flac_set_channel_layout(s->avctx, fi.channels); in decode_frame()
493 ff_flac_set_channel_layout(s->avctx, fi.channels); in decode_frame()
H A Dflac_parser.c631 ff_flac_set_channel_layout(fpc->avctx, header->fi.channels); in get_best_header()

Completed in 5 milliseconds