Home
last modified time | relevance | path

Searched refs:FRONT_LEFT (Results 1 – 24 of 24) sorted by relevance

/third_party/ffmpeg/libavresample/
Daudio_mix_matrix.c33 #define FRONT_LEFT 0 macro
130 matrix[FRONT_LEFT ][FRONT_CENTER] += center_mix_level; in avresample_build_matrix()
133 matrix[FRONT_LEFT ][FRONT_CENTER] += M_SQRT1_2; in avresample_build_matrix()
142 matrix[FRONT_CENTER][FRONT_LEFT ] += M_SQRT1_2; in avresample_build_matrix()
162 matrix[FRONT_LEFT ][BACK_CENTER] -= surround_mix_level * M_SQRT1_2; in avresample_build_matrix()
165 matrix[FRONT_LEFT ][BACK_CENTER] -= surround_mix_level; in avresample_build_matrix()
169 matrix[FRONT_LEFT ][BACK_CENTER] += surround_mix_level * M_SQRT1_2; in avresample_build_matrix()
194 matrix[FRONT_LEFT ][BACK_LEFT ] -= surround_mix_level * M_SQRT1_2; in avresample_build_matrix()
195 matrix[FRONT_LEFT ][BACK_RIGHT] -= surround_mix_level * M_SQRT1_2; in avresample_build_matrix()
199 matrix[FRONT_LEFT ][BACK_LEFT ] -= surround_mix_level * SQRT3_2; in avresample_build_matrix()
[all …]
/third_party/ffmpeg/libswresample/
Drematrix.c44 #define FRONT_LEFT 0 macro
170 matrix[ FRONT_LEFT][FRONT_CENTER]+= center_mix_level; in swr_build_matrix()
173 matrix[ FRONT_LEFT][FRONT_CENTER]+= M_SQRT1_2; in swr_build_matrix()
181 matrix[FRONT_CENTER][ FRONT_LEFT]+= M_SQRT1_2; in swr_build_matrix()
200 matrix[FRONT_LEFT ][BACK_CENTER] -= surround_mix_level * M_SQRT1_2; in swr_build_matrix()
203 matrix[FRONT_LEFT ][BACK_CENTER] -= surround_mix_level; in swr_build_matrix()
207 matrix[ FRONT_LEFT][BACK_CENTER]+= surround_mix_level * M_SQRT1_2; in swr_build_matrix()
229 matrix[FRONT_LEFT ][BACK_LEFT ] -= surround_mix_level * M_SQRT1_2; in swr_build_matrix()
230 matrix[FRONT_LEFT ][BACK_RIGHT] -= surround_mix_level * M_SQRT1_2; in swr_build_matrix()
234 matrix[FRONT_LEFT ][BACK_LEFT ] -= surround_mix_level * SQRT3_2; in swr_build_matrix()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/flite/
Dgstflitetestsrc.c199 GST_AUDIO_CHANNEL_POSITION_MASK (FRONT_LEFT) | in gst_flite_test_src_fixate()
210 GST_AUDIO_CHANNEL_POSITION_MASK (FRONT_LEFT) | in gst_flite_test_src_fixate()
220 GST_AUDIO_CHANNEL_POSITION_MASK (FRONT_LEFT) | in gst_flite_test_src_fixate()
229 GST_AUDIO_CHANNEL_POSITION_MASK (FRONT_LEFT) | in gst_flite_test_src_fixate()
237 GST_AUDIO_CHANNEL_POSITION_MASK (FRONT_LEFT) | in gst_flite_test_src_fixate()
244 GST_AUDIO_CHANNEL_POSITION_MASK (FRONT_LEFT) | in gst_flite_test_src_fixate()
250 GST_AUDIO_CHANNEL_POSITION_MASK (FRONT_LEFT) | in gst_flite_test_src_fixate()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-channels.c543 _P (FRONT_LEFT) | _P (FRONT_RIGHT),
545 _P (FRONT_LEFT) | _P (FRONT_RIGHT) | _P (LFE1),
547 _P (FRONT_LEFT) | _P (FRONT_RIGHT) | _P (REAR_LEFT) | _P (REAR_RIGHT),
549 _P (FRONT_LEFT) | _P (FRONT_RIGHT) | _P (REAR_LEFT) | _P (REAR_RIGHT)
552 _P (FRONT_LEFT) |
556 _P (FRONT_LEFT) |
561 _P (FRONT_LEFT) |
/third_party/gstreamer/gstplugins_good/sys/osxaudio/
Dgstosxcoreaudio.c366 GST_AUDIO_CHANNEL_POSITION_MASK (FRONT_LEFT) | in gst_core_audio_parse_channel_layout()
389 GST_AUDIO_CHANNEL_POSITION_MASK (FRONT_LEFT) | in gst_core_audio_parse_channel_layout()
401 GST_AUDIO_CHANNEL_POSITION_MASK (FRONT_LEFT) | in gst_core_audio_parse_channel_layout()
416 GST_AUDIO_CHANNEL_POSITION_MASK (FRONT_LEFT) | in gst_core_audio_parse_channel_layout()
436 GST_AUDIO_CHANNEL_POSITION_MASK (FRONT_LEFT) | in gst_core_audio_parse_channel_layout()
621 (GST_AUDIO_CHANNEL_POSITION_MASK (FRONT_LEFT) | \
/third_party/gstreamer/gstplugins_base/gst/audioconvert/
Dgstaudioconvert.c577 GST_AUDIO_CHANNEL_POSITION_MASK (FRONT_LEFT) | in gst_audio_convert_fixate_channels()
593 GST_AUDIO_CHANNEL_POSITION_MASK (FRONT_LEFT) | in gst_audio_convert_fixate_channels()
/third_party/gstreamer/gstplugins_bad/gst/aiff/
Daiffparse.c875 channel_mask = _P (FRONT_LEFT) | _P (FRONT_RIGHT); in gst_aiff_parse_create_caps()
878 channel_mask = _P (FRONT_LEFT) | _P (FRONT_RIGHT) | _P (FRONT_CENTER); in gst_aiff_parse_create_caps()
883 _P (FRONT_LEFT) | _P (FRONT_RIGHT) | _P (REAR_LEFT) | in gst_aiff_parse_create_caps()
888 _P (FRONT_LEFT) | _P (FRONT_LEFT_OF_CENTER) | _P (FRONT_CENTER) | in gst_aiff_parse_create_caps()
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_draw_buffers.txt276 buffers for writing. The constants are NONE, FRONT_LEFT,
297 FRONT_LEFT *
323 FRONT_LEFT, FRONT_RIGHT, BACK_LEFT, BACK_RIGHT, and AUX0 through
DARB_invalidate_subdata.txt233 - FRONT_LEFT, FRONT_RIGHT, BACK_LEFT, BACK_RIGHT, AUXi, and ACCUM,
236 and FRONT_LEFT for a single-buffered context;
DARB_ES3_1_compatibility.txt170 be one of FRONT_LEFT, FRONT_RIGHT, BACK, BACK_LEFT, or BACK_RIGHT,
DARB_direct_state_access.txt1816 FRONT_LEFT, FRONT_RIGHT, BACK_LEFT, or BACK_RIGHT, identifying a color
DARB_framebuffer_object.txt2828 must be one of FRONT_LEFT, FRONT_RIGHT, BACK_LEFT, BACK_RIGHT, or
/third_party/openGLES/extensions/ARB/
DARB_draw_buffers.txt286 buffers for writing. The constants are NONE, FRONT_LEFT,
307 FRONT_LEFT *
333 FRONT_LEFT, FRONT_RIGHT, BACK_LEFT, BACK_RIGHT, and AUX0 through
DARB_invalidate_subdata.txt243 - FRONT_LEFT, FRONT_RIGHT, BACK_LEFT, BACK_RIGHT, AUXi, and ACCUM,
246 and FRONT_LEFT for a single-buffered context;
DARB_ES3_1_compatibility.txt180 be one of FRONT_LEFT, FRONT_RIGHT, BACK, BACK_LEFT, or BACK_RIGHT,
DARB_direct_state_access.txt1847 FRONT_LEFT, FRONT_RIGHT, BACK_LEFT, or BACK_RIGHT, identifying a color
DARB_framebuffer_object.txt2838 must be one of FRONT_LEFT, FRONT_RIGHT, BACK_LEFT, BACK_RIGHT, or
/third_party/openGLES/extensions/ATI/
DATI_draw_buffers.txt166 FRONT_LEFT, FRONT_RIGHT, BACK_LEFT, BACK_RIGHT, and AUX0 through
/third_party/skia/third_party/externals/opengl-registry/extensions/ATI/
DATI_draw_buffers.txt166 FRONT_LEFT, FRONT_RIGHT, BACK_LEFT, BACK_RIGHT, and AUX0 through
/third_party/gstreamer/gstplugins_base/ext/alsa/
Dgstalsa.c727 ITEM (FL, FRONT_LEFT),
/third_party/pulseaudio/vala/
Dlibpulse.vapi460 FRONT_LEFT,
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_framebuffer_object.txt5034 Logical buffers for BACK and FRONT_LEFT make sense in the
5044 used to identify a single buffer: FRONT_LEFT,
5265 uses names such as FRONT_LEFT, BACK_RIGHT, and AUXn as
5667 buffer attachment names (FRONT_LEFT et. al.) for
/third_party/openGLES/extensions/EXT/
DEXT_framebuffer_object.txt5034 Logical buffers for BACK and FRONT_LEFT make sense in the
5044 used to identify a single buffer: FRONT_LEFT,
5265 uses names such as FRONT_LEFT, BACK_RIGHT, and AUXn as
5667 buffer attachment names (FRONT_LEFT et. al.) for
/third_party/gstreamer/gstplugins_good/
DChangeLog53490 …deinterleave: output channels should be marked as MONO, not FRONT_LEFT, if we're not preserving in…