Home
last modified time | relevance | path

Searched defs:ch_layout (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/tests/api/
Dapi-flac-test.c52 int64_t ch_layout, int sample_rate) in init_encoder()
82 int64_t ch_layout) in init_decoder()
/third_party/gstreamer/gstplugins_good/sys/oss4/
Doss4-audio.c211 guint num_channels, GstAudioChannelPosition * ch_layout) in gst_oss4_audio_get_channel_layout()
271 GstAudioChannelPosition ch_layout[8] = { 0, }; in gst_oss4_audio_set_ringbuffer_channel_layout() local
306 GstAudioChannelPosition ch_layout[8] = { 0, }; in gst_oss4_audio_add_channel_layout() local
/third_party/ffmpeg/fftools/
Dcmdutils.h638 #define GET_CH_LAYOUT_NAME(ch_layout)\ argument
642 #define GET_CH_LAYOUT_DESC(ch_layout)\ argument
/third_party/ffmpeg/doc/examples/
Dfilter_audio.c77 uint8_t ch_layout[64]; in init_filter_graph() local
/third_party/ffmpeg/libavcodec/
Dlibfdk-aacdec.c107 uint64_t ch_layout = 0; in get_stream_info() local
Dtak.h138 uint64_t ch_layout; member
Dac3enc.c2163 int ch_layout; in set_channel_info() local
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_format.c93 #define LIMA_PIXEL_FORMAT(pipe, pix, swap, ch_layout) \ argument
/third_party/ffmpeg/libavfilter/
Dbuffersrc.c77 #define CHECK_AUDIO_PARAM_CHANGE(s, c, srate, ch_layout, ch_count, format, pts)\ argument