Home
last modified time | relevance | path

Searched refs:ch_layouts (Results 1 - 25 of 41) sorted by relevance

12

/third_party/ffmpeg/libavfilter/
H A Dformats.c392 AVFilterChannelLayouts *ch_layouts; in ff_make_channel_layout_list() local
397 ch_layouts = av_mallocz(sizeof(*ch_layouts)); in ff_make_channel_layout_list()
398 if (!ch_layouts) in ff_make_channel_layout_list()
400 ch_layouts->nb_channel_layouts = count; in ff_make_channel_layout_list()
402 ch_layouts->channel_layouts = in ff_make_channel_layout_list()
403 av_calloc(count, sizeof(*ch_layouts->channel_layouts)); in ff_make_channel_layout_list()
404 if (!ch_layouts->channel_layouts) { in ff_make_channel_layout_list()
405 av_freep(&ch_layouts); in ff_make_channel_layout_list()
409 int ret = av_channel_layout_copy(&ch_layouts in ff_make_channel_layout_list()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dlibgsmenc.c133 .p.ch_layouts = (const AVChannelLayout[]) { AV_CHANNEL_LAYOUT_MONO, { 0 } },
153 .p.ch_layouts = (const AVChannelLayout[]) { AV_CHANNEL_LAYOUT_MONO, { 0 } },
H A Dmpegaudioenc_float.c45 .p.ch_layouts = (const AVChannelLayout[]){ AV_CHANNEL_LAYOUT_MONO,
H A Dmpegaudioenc_fixed.c44 .p.ch_layouts = (const AVChannelLayout[]){ AV_CHANNEL_LAYOUT_MONO,
H A Daptxdec.c190 .p.ch_layouts = (const AVChannelLayout[]) { AV_CHANNEL_LAYOUT_STEREO, { 0 } },
210 .p.ch_layouts = (const AVChannelLayout[]) { AV_CHANNEL_LAYOUT_STEREO, { 0 } },
H A Dlibcodec2.c187 .p.ch_layouts = (const AVChannelLayout[]) { AV_CHANNEL_LAYOUT_MONO, { 0 } },
205 .p.ch_layouts = (const AVChannelLayout[]) { AV_CHANNEL_LAYOUT_MONO, { 0 } },
H A Dencode.c516 if (avctx->codec->ch_layouts) { in encode_preinit_audio()
522 for (i = 0; avctx->codec->ch_layouts[i].nb_channels; i++) { in encode_preinit_audio()
523 if (!av_channel_layout_compare(&avctx->ch_layout, &avctx->codec->ch_layouts[i])) in encode_preinit_audio()
526 if (!avctx->codec->ch_layouts[i].nb_channels) { in encode_preinit_audio()
H A Dcodec.h223 * @deprecated use ch_layouts instead
246 const AVChannelLayout *ch_layouts; member
H A Daptxenc.c262 .p.ch_layouts = (const AVChannelLayout[]) { AV_CHANNEL_LAYOUT_STEREO, { 0 } },
284 .p.ch_layouts = (const AVChannelLayout[]) { AV_CHANNEL_LAYOUT_STEREO, { 0 } },
H A Dcngenc.c111 .p.ch_layouts = (const AVChannelLayout[]){ AV_CHANNEL_LAYOUT_MONO, { 0 } },
H A Dac3enc_float.c144 .p.ch_layouts = ff_ac3_ch_layouts,
H A Dac3enc_fixed.c141 .p.ch_layouts = ff_ac3_ch_layouts,
H A Dlibshine.c152 .p.ch_layouts = (const AVChannelLayout[]) { AV_CHANNEL_LAYOUT_MONO,
H A Dpcm-dvdenc.c194 .p.ch_layouts = (const AVChannelLayout[]) { AV_CHANNEL_LAYOUT_MONO,
H A Daacdec.c572 .p.ch_layouts = aac_ch_layout,
600 .p.ch_layouts = aac_ch_layout,
H A Dlibtwolame.c237 .p.ch_layouts = (const AVChannelLayout[]) {
H A Dpcm-blurayenc.c299 .p.ch_layouts = (const AVChannelLayout[]) {
H A Dlibmp3lame.c352 .p.ch_layouts = (const AVChannelLayout[]) { AV_CHANNEL_LAYOUT_MONO,
H A Dlibspeexenc.c368 .p.ch_layouts = (const AVChannelLayout[]) { AV_CHANNEL_LAYOUT_MONO,
H A Deac3enc.c270 .p.ch_layouts = ff_ac3_ch_layouts,
H A Dadpcmenc.c970 static const AVChannelLayout ch_layouts[] = { variable
1005 .p.ch_layouts = ch_layouts, \
H A Dg722enc.c388 .p.ch_layouts = (const AVChannelLayout[]){
H A Dlibfdk-aacenc.c498 .p.ch_layouts = aac_ch_layouts,
/third_party/ffmpeg/doc/examples/
H A Dencode_audio.c78 if (!codec->ch_layouts) in select_channel_layout()
81 p = codec->ch_layouts; in select_channel_layout()
/third_party/ffmpeg/libavcodec/tests/
H A Davcodec.c81 if (codec->ch_layouts || codec->sample_fmts || in main()

Completed in 15 milliseconds

12