Home
last modified time | relevance | path

Searched refs:ChannelMap (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavfilter/
Daf_join.c39 typedef struct ChannelMap { struct
44 } ChannelMap; argument
55 ChannelMap *channels;
246 static void guess_map_matching(AVFilterContext *ctx, ChannelMap *ch, in guess_map_matching()
264 static void guess_map_any(AVFilterContext *ctx, ChannelMap *ch, in guess_map_any()
294 ChannelMap *ch = &s->channels[i]; in join_config_output()
320 ChannelMap *ch = &s->channels[i]; in join_config_output()
328 ChannelMap *ch = &s->channels[i]; in join_config_output()
347 ChannelMap *ch = &s->channels[i]; in join_config_output()
398 ChannelMap *ch = &s->channels[i]; in try_push_frame()
Daf_channelmap.c40 struct ChannelMap { struct
63 struct ChannelMap map[MAX_CH]; argument
355 struct ChannelMap *m = &s->map[i]; in channelmap_config_input()
/third_party/ffmpeg/libavcodec/
Dopus.h147 typedef struct ChannelMap { struct
160 } ChannelMap; argument
174 ChannelMap *channel_maps;
Dopusdec.c462 ChannelMap *map = &c->channel_maps[i]; in opus_decode_packet()
545 ChannelMap *map = &c->channel_maps[i]; in opus_decode_packet()
Dopus.c407 ChannelMap *map = &s->channel_maps[i]; in ff_opus_parse_extradata()
/third_party/pulseaudio/vala/
Dlibpulse.vapi300 public Volume avg_mask(ChannelMap map, ChannelPositionMask mask);
303 public Volume max_mask(ChannelMap map, ChannelPositionMask mask);
306 public Volume min_mask(ChannelMap map, ChannelPositionMask mask);
333 public unowned CVolume? remap(ChannelMap from, ChannelMap to);
339 public bool compatible_with_channel_map(ChannelMap cm);
345 public float get_balance(ChannelMap map);
348 public unowned CVolume? set_balance(ChannelMap map, float b);
351 public float get_fade(ChannelMap map);
354 public unowned CVolume? set_fade(ChannelMap map, float f);
360 … public unowned CVolume? scale_mask(Volume max, ChannelMap map, ChannelPositionMask mask);
[all …]
Dlibpulse-simple.vapi27ChannelMap? map = null, Stream.BufferAttr? attr = null, out int error = null);
/third_party/pulseaudio/src/tests/
Dvolume-ui.py14 class ChannelMap(Structure): class
151 cm = ChannelMap()