Home
last modified time | relevance | path

Searched defs:channel_layout (Results 1 – 25 of 31) sorted by relevance

12

/third_party/ffmpeg/libavutil/
Dchannel_layout.c253 int av_get_extended_channel_layout(const char *name, uint64_t* channel_layout, int* nb_channels) in av_get_extended_channel_layout()
276 int nb_channels, uint64_t channel_layout) in av_bprint_channel_layout()
310 int nb_channels, uint64_t channel_layout) in av_get_channel_layout_string()
318 int av_get_channel_layout_nb_channels(uint64_t channel_layout) in av_get_channel_layout_nb_channels()
331 int av_get_channel_layout_channel_index(uint64_t channel_layout, in av_get_channel_layout_channel_index()
363 uint64_t av_channel_layout_extract_channel(uint64_t channel_layout, int index) in av_channel_layout_extract_channel()
389 int av_channel_layout_from_mask(AVChannelLayout *channel_layout, in av_channel_layout_from_mask()
402 int av_channel_layout_from_string(AVChannelLayout *channel_layout, in av_channel_layout_from_string()
630 void av_channel_layout_uninit(AVChannelLayout *channel_layout) in av_channel_layout_uninit()
655 static int ambisonic_order(const AVChannelLayout *channel_layout) in ambisonic_order()
[all …]
Dframe.h510 uint64_t channel_layout; member
/third_party/ffmpeg/libavfilter/
Daf_channelsplit.c42 AVChannelLayout channel_layout; member
63 AVChannelLayout channel_layout = { 0 }; in init() local
144 AVChannelLayout channel_layout = { 0 }; in query_formats() local
Dbuffersrc.h119 uint64_t channel_layout; member
Davfilter.h558 uint64_t channel_layout; member
Dformats.c468 const AVChannelLayout *channel_layout) in ff_add_channel_layout()
/third_party/ffmpeg/libavformat/
Dflacenc_header.c50 int ff_flac_is_native_layout(uint64_t channel_layout) in ff_flac_is_native_layout()
Disom.c389 int64_t channel_layout; member
419 void ff_mov_write_chan(AVIOContext *pb, int64_t channel_layout) in ff_mov_write_chan()
Deacdata.c57 AVChannelLayout channel_layout; in cdata_read_header() local
Ddemux_utils.c152 uint64_t channel_layout, int32_t sample_rate, in ff_add_param_change()
Dnutdec.c884 int64_t channel_layout = 0; in read_sm_data() local
/third_party/ffmpeg/libavcodec/
Dpcm-bluray.c65 uint8_t channel_layout = header[2] >> 4; in pcm_bluray_parse_header() local
Dav3a_parser.c58 uint64_t channel_layout; member
72 uint64_t channel_layout; member
220 uint64_t channel_layout = 0; in read_av3a_frame_header() local
Daac_ac3_parser.h51 uint64_t channel_layout; member
Dac3_parser_internal.h62 uint64_t channel_layout; member
Datrac9tab.h36 AVChannelLayout channel_layout; member
Dcodec_par.h166 uint64_t channel_layout; member
Deac3dec.c347 int64_t channel_layout = 0; in ff_eac3_parse_header() local
Daudiotoolboxenc.c257 AudioChannelLayout *channel_layout = av_malloc(layout_size); in ffat_init_encoder() local
/third_party/ffmpeg/libavdevice/
Davdevice.h415 int64_t channel_layout; member
Dpulse_audio_enc.c358 static void pulse_map_channels_to_pulse(const AVChannelLayout *channel_layout, pa_channel_map *chan… in pulse_map_channels_to_pulse()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_format.c75 uint32_t channel_layout; member
Dlima_gpu.h66 uint32_t channel_layout; member
/third_party/ffmpeg/libavutil/tests/
Dopt.c44 AVChannelLayout channel_layout; member
/third_party/ffmpeg/doc/examples/
Dmuxing.c218 const AVChannelLayout *channel_layout, in alloc_audio_frame()

12