Searched refs:in_layout (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavresample/ |
D | audio_mix_matrix.c | 87 int avresample_build_matrix(uint64_t in_layout, uint64_t out_layout, in avresample_build_matrix() argument 103 unaccounted = in_layout & ~out_layout; in avresample_build_matrix() 105 in_channels = av_get_channel_layout_nb_channels( in_layout); in avresample_build_matrix() 111 if (!in_layout || in_channels > AVRESAMPLE_MAX_CHANNELS) in avresample_build_matrix() 117 if (!sane_layout(in_layout) || !sane_layout(out_layout)) in avresample_build_matrix() 122 if (in_layout & out_layout & (1ULL << i)) in avresample_build_matrix() 129 if ((in_layout & AV_CH_LAYOUT_STEREO) == AV_CH_LAYOUT_STEREO) { in avresample_build_matrix() 145 if (in_layout & AV_CH_FRONT_CENTER) in avresample_build_matrix() 185 if (in_layout & AV_CH_SIDE_LEFT) { in avresample_build_matrix() 218 if (in_layout & AV_CH_BACK_LEFT) { in avresample_build_matrix() [all …]
|
D | avresample.h | 286 int avresample_build_matrix(uint64_t in_layout, uint64_t out_layout,
|
D | audio_mix.c | 37 uint64_t in_layout; member 361 am->in_layout = avr->in_channel_layout; in ff_audio_mix_alloc() 721 am->in_channels, am->in_layout); in ff_audio_mix_set_matrix()
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | audioconvert.c | 911 GstAudioChannelPosition in_layout[1] = { GST_AUDIO_CHANNEL_POSITION_MONO }; in GST_START_TEST() local 917 get_int_mc_caps (1, G_BYTE_ORDER, 16, 16, TRUE, INTERLEAVED, in_layout); in GST_START_TEST() 943 GstAudioChannelPosition in_layout[1] = in GST_START_TEST() local 950 get_int_mc_caps (1, G_BYTE_ORDER, 16, 16, TRUE, INTERLEAVED, in_layout); in GST_START_TEST() 961 GstAudioChannelPosition in_layout[2] = in GST_START_TEST() local 968 get_int_mc_caps (2, G_BYTE_ORDER, 16, 16, TRUE, INTERLEAVED, in_layout); in GST_START_TEST() 979 GstAudioChannelPosition in_layout[2] = in GST_START_TEST() local 985 get_int_mc_caps (2, G_BYTE_ORDER, 16, 16, TRUE, INTERLEAVED, in_layout); in GST_START_TEST() 996 GstAudioChannelPosition in_layout[2] = in GST_START_TEST() local 1002 get_int_mc_caps (2, G_BYTE_ORDER, 16, 16, TRUE, INTERLEAVED, in_layout); in GST_START_TEST() [all …]
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11shader.cpp | 196 ComPtr<ID3D11InputLayout> in_layout; in gst_d3d11_create_vertex_shader() local 221 vs_blob->GetBufferSize (), &in_layout); in gst_d3d11_create_vertex_shader() 228 *layout = in_layout.Detach (); in gst_d3d11_create_vertex_shader()
|
/third_party/ffmpeg/libavcodec/ |
D | audiotoolboxenc.c | 179 static int remap_layout(AudioChannelLayout *layout, uint64_t in_layout, int count) in remap_layout() argument 187 while (!(in_layout & (1 << c)) && c < 64) in remap_layout() 200 static int get_aac_tag(uint64_t in_layout) in get_aac_tag() argument 202 switch (in_layout) { in get_aac_tag()
|
/third_party/ffmpeg/libswresample/ |
D | swresample.h | 388 int swr_build_matrix(uint64_t in_layout, uint64_t out_layout,
|