Home
last modified time | relevance | path

Searched defs:stereo (Results 1 – 12 of 12) sorted by relevance

/external/speex/libspeex/
Dstereo.c77 SpeexStereoState *stereo = speex_alloc(sizeof(SpeexStereoState)); in speex_stereo_state_init() local
84 RealSpeexStereoState *stereo = (RealSpeexStereoState*)_stereo; in speex_stereo_state_reset() local
102 EXPORT void speex_stereo_state_destroy(SpeexStereoState *stereo) in speex_stereo_state_destroy()
226 RealSpeexStereoState *stereo = (RealSpeexStereoState*)_stereo; in speex_decode_stereo() local
253 RealSpeexStereoState *stereo = (RealSpeexStereoState*)_stereo; in speex_decode_stereo_int() local
276 RealSpeexStereoState *stereo; in speex_std_stereo_request_handler() local
/external/webrtc/webrtc/voice_engine/test/auto_test/fakes/
Dfake_media_process.h23 bool stereo) { in Process()
/external/webrtc/talk/media/base/
Daudioframe.h41 AudioFrame(int16_t* audio, size_t audio_length, int sample_freq, bool stereo) in AudioFrame()
/external/opencv3/samples/python2/
Dstereo_match.py42 stereo = cv2.StereoSGBM_create(minDisparity = min_disp, variable
/external/webrtc/webrtc/modules/audio_device/
Daudio_device_impl.cc1031 bool stereo(false); in StereoRecording() local
1061 bool stereo(false); in SetRecordingChannel() local
1161 bool stereo(false); in StereoPlayout() local
/external/aac/libSBRdec/src/
Dsbrdecoder.cpp978 int stereo; in sbrDecoder_Parse() local
1340 int stereo = (hSbrElement->elementID == ID_CPE) ? 1 : 0; in sbrDecoder_DecodeElement() local
/external/libopus/celt/
Dvq.c377 int stereo_itheta(celt_norm *X, celt_norm *Y, int stereo, int N) in stereo_itheta()
Drate.c257 int stereo; in interp_bits2pulses() local
Dbands.c614 static int compute_qn(int N, int b, int offset, int pulse_cap, int stereo) in compute_qn()
664 int stereo, int *fill) in compute_theta()
843 int stereo; in quant_band_n1() local
/external/webrtc/webrtc/modules/audio_processing/test/
Daudio_processing_unittest.cc105 void MixStereoToMono(const float* stereo, float* mono, in MixStereoToMono()
111 void MixStereoToMono(const int16_t* stereo, int16_t* mono, in MixStereoToMono()
117 void CopyLeftToRightChannel(int16_t* stereo, size_t samples_per_channel) { in CopyLeftToRightChannel()
123 void VerifyChannelsAreEqual(int16_t* stereo, size_t samples_per_channel) { in VerifyChannelsAreEqual()
/external/opencv/cvaux/include/
Dcvaux.h1550 CvStereoCamera stereo; variable
/external/webrtc/talk/app/webrtc/
Dwebrtcsdp_unittest.cc128 int stereo; member