Searched refs:MONO (Results 1 – 17 of 17) sorted by relevance
/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/ |
D | PolyphaseResamplerMono.cpp | 21 #define MONO 1 macro 25 assert(builder.getChannelCount() == MONO); in PolyphaseResamplerMono() 33 float *dest = &mX[mCursor * MONO]; in writeFrame() 34 const int offset = mNumTaps * MONO; in writeFrame() 48 float *xFrame = &mX[mCursor * MONO]; in readFrame()
|
/third_party/skia/src/ports/ |
D | SkFontConfigInterface_direct.cpp | 171 MONO, enumerator 223 { MONO, "Courier New" }, in GetFontEquivClass() 224 { MONO, "Cousine" }, in GetFontEquivClass() 225 { MONO, "Liberation Mono" }, in GetFontEquivClass()
|
/third_party/ffmpeg/libavcodec/ |
D | sbcdec.c | 90 frame->mode = MONO; in sbc_unpack_frame() 98 frame->channels = frame->mode == MONO ? 1 : 2; in sbc_unpack_frame() 103 if ((frame->mode == MONO || frame->mode == DUAL_CHANNEL) && in sbc_unpack_frame()
|
D | sbc.h | 87 MONO = SBC_MODE_MONO, enumerator
|
D | libshine.c | 53 s->config.mpeg.mode = avctx->channels == 2 ? STEREO : MONO; in libshine_encode_init()
|
D | sbc.c | 84 if (frame->mode == MONO || frame->mode == DUAL_CHANNEL) { in ff_sbc_calculate_bits()
|
D | libmp3lame.c | 104 lame_set_mode(s->gfp, avctx->channels > 1 ? s->joint_stereo ? JOINT_STEREO : STEREO : MONO); in mp3lame_encode_init()
|
D | cook.c | 61 #define MONO 0x1000001 macro 1139 case MONO: in cook_decode_init()
|
/third_party/gstreamer/gstplugins_base/ext/alsa/ |
D | gstalsa.c | 726 ITEM (MONO, MONO),
|
/third_party/gstreamer/gstplugins_good/ext/lame/ |
D | gstlamemp3enc.c | 916 CHECK_ERROR (lame_set_mode (lame->lgf, MONO)); in gst_lamemp3enc_setup()
|
/third_party/libsnd/src/ |
D | mpeg_l3_encode.c | 370 case MONO : chn_mode = "mono" ; break ; in mpeg_l3_encoder_log_config()
|
/third_party/mesa3d/src/freedreno/registers/ |
D | rules-ng-ng.txt | 258 <value value="1" name="MONO" />
|
/third_party/pulseaudio/vala/ |
D | libpulse.vapi | 458 MONO,
|
/third_party/alsa-lib/src/pcm/ |
D | pcm.c | 8184 _NAME(UNKNOWN), _NAME(NA), _NAME(MONO),
|
/third_party/gstreamer/gst_libav/ |
D | ChangeLog | 3368 FRONT_CENTER and MONO in GStreamer. Add an explicit mapping for this special
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 69905 MONO and NONE position are the same, for example, but in 69909 because it thinks MONO positioning is different from 69918 audio: map channels=1,channel-mask=0 to MONO instead of NONE 69921 because it thinks MONO positioning is different from
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 38460 matroska-mux: Don't output a warning on MONO multiview mode. 67590 …deinterleave: output channels should be marked as MONO, not FRONT_LEFT, if we're not preserving in…
|