Home
last modified time | relevance | path

Searched refs:AV_CH_LAYOUT_MONO (Results 1 – 25 of 157) sorted by relevance

1234567

/third_party/ffmpeg/libavcodec/
Dlibcodec2.c94 avctx->channel_layout = AV_CH_LAYOUT_MONO; in libcodec2_init_decoder()
195 .channel_layouts = (const uint64_t[]) { AV_CH_LAYOUT_MONO, 0 },
211 .channel_layouts = (const uint64_t[]) { AV_CH_LAYOUT_MONO, 0 },
Dlibgsmenc.c132 .channel_layouts= (const uint64_t[]) { AV_CH_LAYOUT_MONO, 0 },
148 .channel_layouts= (const uint64_t[]) { AV_CH_LAYOUT_MONO, 0 },
Dmpegaudioenc_fixed.c37 .channel_layouts = (const uint64_t[]){ AV_CH_LAYOUT_MONO,
Dmpegaudioenc_float.c38 .channel_layouts = (const uint64_t[]){ AV_CH_LAYOUT_MONO,
Dvorbis_data.c38 AV_CH_LAYOUT_MONO,
Dalac_data.c36 AV_CH_LAYOUT_MONO,
Dac3tab.c91 AV_CH_LAYOUT_MONO,
Daacenctab.h48 AV_CH_LAYOUT_MONO,
Dpcm-bluray.c58 0, AV_CH_LAYOUT_MONO, 0, AV_CH_LAYOUT_STEREO, AV_CH_LAYOUT_SURROUND, in pcm_bluray_parse_header()
185 case AV_CH_LAYOUT_MONO: in pcm_bluray_decode_frame()
Datrac9tab.h44 .channel_layout = AV_CH_LAYOUT_MONO,
Daacdectab.h76 AV_CH_LAYOUT_MONO,
Ddsicinaudio.c84 avctx->channel_layout = AV_CH_LAYOUT_MONO; in cinaudio_decode_init()
Dmlp.c60 AV_CH_LAYOUT_MONO, AV_CH_LAYOUT_STEREO, AV_CH_LAYOUT_2_1,
Dgsmdec.c38 avctx->channel_layout = AV_CH_LAYOUT_MONO; in gsm_init()
/third_party/ffmpeg/libavformat/
Damr.c109 st->codecpar->channel_layout = AV_CH_LAYOUT_MONO; in amr_read_header()
211 st->codecpar->channel_layout = AV_CH_LAYOUT_MONO; in amrnb_read_header()
267 st->codecpar->channel_layout = AV_CH_LAYOUT_MONO; in amrwb_read_header()
Dflacenc_header.c52 if (channel_layout == AV_CH_LAYOUT_MONO || in ff_flac_is_native_layout()
Dderf.c58 par->channel_layout = AV_CH_LAYOUT_MONO; in derf_read_header()
Dg723_1.c44 st->codecpar->channel_layout = AV_CH_LAYOUT_MONO; in g723_1_init()
Drsodec.c66 st->codecpar->channel_layout = AV_CH_LAYOUT_MONO; in rso_read_header()
Dapc.c65 st->codecpar->channel_layout = AV_CH_LAYOUT_MONO; in apc_read_header()
Dfwse.c65 par->channel_layout = AV_CH_LAYOUT_MONO; in fwse_read_header()
Daea.c84 …st->codecpar->channel_layout = (st->codecpar->channels == 1) ? AV_CH_LAYOUT_MONO : AV_CH_LAYOUT_ST… in aea_read_header()
Dgsmdec.c83 st->codecpar->channel_layout = AV_CH_LAYOUT_MONO; in gsm_read_header()
Dsol.c117 st->codecpar->channel_layout = channels == 1 ? AV_CH_LAYOUT_MONO : in sol_read_header()
Dmov_chan.c157 { MOV_CH_LAYOUT_MONO, AV_CH_LAYOUT_MONO }, // C
170 { MOV_CH_LAYOUT_AC3_1_0_1, AV_CH_LAYOUT_MONO | // C, LFE

1234567