Searched refs:source_type (Results 1 - 11 of 11) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerOutput.cpp95 fOutputChannelInfo[i].source_type[0] = fOutputChannelInfo[i].channel_type;
112 fOutputChannelInfo[i].source_type[k] = oldInfo[j].source_type[k];
143 fOutputChannelInfo[0].source_type[0] = ChannelMaskToChannelType(B_CHANNEL_LEFT);
145 fOutputChannelInfo[0].source_type[1] = ChannelMaskToChannelType(B_CHANNEL_RIGHT);
147 fOutputChannelInfo[0].source_type[2] = ChannelMaskToChannelType(B_CHANNEL_REARLEFT);
149 fOutputChannelInfo[0].source_type[3] = ChannelMaskToChannelType(B_CHANNEL_REARRIGHT);
151 fOutputChannelInfo[0].source_type[4] = ChannelMaskToChannelType(B_CHANNEL_CENTER);
153 fOutputChannelInfo[0].source_type[5] = ChannelMaskToChannelType(B_CHANNEL_SUB);
155 fOutputChannelInfo[0].source_type[
331 AddOutputChannelSource(int channel, int source_type) argument
352 RemoveOutputChannelSource(int channel, int source_type) argument
371 SetOutputChannelSourceGain(int channel, int source_type, float source_gain) argument
390 GetOutputChannelSourceGain(int channel, int source_type) argument
408 HasOutputChannelSource(int channel, int source_type) argument
[all...]
H A DMixerOutput.h17 * for source_gain[] and source_type[] arrays, they are
21 * by source_type.
44 int source_type);
46 int source_type);
48 int source_type,
51 int source_type);
53 int source_type);
64 int *source_type,
88 int source_type[MAX_SOURCE_ENTRIES]; member in struct:MixerOutput::output_chan_info
127 int *source_type,
125 GetOutputChannelSourceInfoAt(int channel, int source_index, int *source_type, float *source_gain) argument
[all...]
/haiku/headers/libs/agg/
H A Dagg_span_pattern_rgb.h37 typedef Source source_type; typedef in class:agg::span_pattern_rgb
38 typedef typename source_type::color_type color_type;
39 typedef typename source_type::order_type order_type;
45 span_pattern_rgb(source_type& src,
54 void attach(source_type& v) { m_src = &v; }
55 source_type& source() { return *m_src; }
56 const source_type& source() const { return *m_src; }
86 source_type* m_src;
H A Dagg_span_pattern_rgba.h37 typedef Source source_type; typedef in class:agg::span_pattern_rgba
38 typedef typename source_type::color_type color_type;
39 typedef typename source_type::order_type order_type;
45 span_pattern_rgba(source_type& src,
53 void attach(source_type& v) { m_src = &v; }
54 source_type& source() { return *m_src; }
55 const source_type& source() const { return *m_src; }
85 source_type* m_src;
H A Dagg_span_pattern_gray.h37 typedef Source source_type; typedef in class:agg::span_pattern_gray
38 typedef typename source_type::color_type color_type;
44 span_pattern_gray(source_type& src,
53 void attach(source_type& v) { m_src = &v; }
54 source_type& source() { return *m_src; }
55 const source_type& source() const { return *m_src; }
83 source_type* m_src;
H A Dagg_span_image_filter.h33 typedef Source source_type; typedef in class:agg::span_image_filter
38 span_image_filter(source_type& src,
49 void attach(source_type& v) { m_src = &v; }
52 source_type& source() { return *m_src; }
53 const source_type& source() const { return *m_src; }
80 source_type* m_src;
98 typedef Source source_type; typedef in class:agg::span_image_resample_affine
100 typedef span_image_filter<source_type, interpolator_type> base_type;
110 span_image_resample_affine(source_type& src,
184 typedef Source source_type; typedef in class:agg::span_image_resample
[all...]
H A Dagg_span_image_filter_rgb.h40 typedef Source source_type; typedef in class:agg::span_image_filter_rgb_nn
41 typedef typename source_type::color_type color_type;
42 typedef typename source_type::order_type order_type;
44 typedef span_image_filter<source_type, interpolator_type> base_type;
55 span_image_filter_rgb_nn(source_type& src,
91 typedef Source source_type; typedef in class:agg::span_image_filter_rgb_bilinear
92 typedef typename source_type::color_type color_type;
93 typedef typename source_type::order_type order_type;
95 typedef span_image_filter<source_type, interpolator_type> base_type;
106 span_image_filter_rgb_bilinear(source_type
186 typedef Source source_type; typedef in class:agg::span_image_filter_rgb_bilinear_clip
420 typedef Source source_type; typedef in class:agg::span_image_filter_rgb_2x2
537 typedef Source source_type; typedef in class:agg::span_image_filter_rgb
653 typedef Source source_type; typedef in class:agg::span_image_resample_rgb_affine
770 typedef Source source_type; typedef in class:agg::span_image_resample_rgb
[all...]
H A Dagg_span_image_filter_rgba.h40 typedef Source source_type; typedef in class:agg::span_image_filter_rgba_nn
41 typedef typename source_type::color_type color_type;
42 typedef typename source_type::order_type order_type;
44 typedef span_image_filter<source_type, interpolator_type> base_type;
55 span_image_filter_rgba_nn(source_type& src,
91 typedef Source source_type; typedef in class:agg::span_image_filter_rgba_bilinear
92 typedef typename source_type::color_type color_type;
93 typedef typename source_type::order_type order_type;
95 typedef span_image_filter<source_type, interpolator_type> base_type;
106 span_image_filter_rgba_bilinear(source_type
192 typedef Source source_type; typedef in class:agg::span_image_filter_rgba_bilinear_clip
431 typedef Source source_type; typedef in class:agg::span_image_filter_rgba_2x2
554 typedef Source source_type; typedef in class:agg::span_image_filter_rgba
673 typedef Source source_type; typedef in class:agg::span_image_resample_rgba_affine
794 typedef Source source_type; typedef in class:agg::span_image_resample_rgba
[all...]
H A Dagg_span_image_filter_gray.h40 typedef Source source_type; typedef in class:agg::span_image_filter_gray_nn
41 typedef typename source_type::color_type color_type;
43 typedef span_image_filter<source_type, interpolator_type> base_type;
54 span_image_filter_gray_nn(source_type& src,
86 typedef Source source_type; typedef in class:agg::span_image_filter_gray_bilinear
87 typedef typename source_type::color_type color_type;
89 typedef span_image_filter<source_type, interpolator_type> base_type;
100 span_image_filter_gray_bilinear(source_type& src,
159 typedef Source source_type; typedef in class:agg::span_image_filter_gray_bilinear_clip
160 typedef typename source_type
336 typedef Source source_type; typedef in class:agg::span_image_filter_gray_2x2
435 typedef Source source_type; typedef in class:agg::span_image_filter_gray
535 typedef Source source_type; typedef in class:agg::span_image_resample_gray_affine
639 typedef Source source_type; typedef in class:agg::span_image_resample_gray
[all...]
/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DDrawBitmapGeneric.h67 typename ImageAccessor<pixfmt_image, FillMode>::type source_type; typedef
68 source_type source(pixf_img);
98 source_type, interpolator_type> span_gen_type;
114 source_type, interpolator_type> span_gen_type;
/haiku/src/libs/icon/
H A DIconRenderer.cpp358 typedef agg::image_accessor_clip<PixelFormat> source_type; typedef
360 source_type source(pixf_img, background);
364 source_type, interpolator_type> span_gen_type;

Completed in 62 milliseconds