Home
last modified time | relevance | path

Searched defs:pcm (Results 1 – 24 of 24) sorted by relevance

/external/tinyalsa/
Dpcm.c243 struct pcm { struct
252 struct pcm_config config; argument
253 struct snd_pcm_mmap_status *mmap_status; argument
254 struct snd_pcm_mmap_control *mmap_control; argument
255 struct snd_pcm_sync_ptr *sync_ptr; argument
262 unsigned int pcm_get_buffer_size(struct pcm *pcm) in pcm_get_buffer_size()
267 const char* pcm_get_error(struct pcm *pcm) in pcm_get_error()
272 unsigned int pcm_get_subdevice(struct pcm *pcm) in pcm_get_subdevice()
277 static int oops(struct pcm *pcm, int e, const char *fmt, ...) in oops()
324 unsigned int pcm_bytes_to_frames(struct pcm *pcm, unsigned int bytes) in pcm_bytes_to_frames()
[all …]
Dtinycap.c199 struct pcm *pcm; in capture_sample() local
Dtinyplay.c216 struct pcm *pcm; in play_sample() local
/external/libopus/tests/
Dopus_encode_regressions.c69 static const short pcm[320] = in celt_ec_internal_error() local
125 static const short pcm[160] = in celt_ec_internal_error() local
163 static const short pcm[160] = in celt_ec_internal_error() local
201 static const short pcm[160] = in celt_ec_internal_error() local
239 static const short pcm[160] = in celt_ec_internal_error() local
275 static const short pcm[40] = in celt_ec_internal_error() local
332 static const short pcm[20*255] = in mscbr_encode_fail10() local
382 static const short pcm[20*192] = in mscbr_encode_fail() local
419 static const short pcm[960*3] = in surround_analysis_uninit() local
760 static const short pcm[1440*3] = in surround_analysis_uninit() local
[all …]
Dopus_decode_fuzzer.c63 opus_int16 *pcm; in LLVMFuzzerTestOneInput() local
/external/adhd/cras/src/tests/
Dalsa_helpers_unittest.cc264 int snd_pcm_sw_params_current(snd_pcm_t *pcm, snd_pcm_sw_params_t *params) { in snd_pcm_sw_params_current()
273 int snd_pcm_sw_params_set_stop_threshold(snd_pcm_t *pcm, in snd_pcm_sw_params_set_stop_threshold()
279 int snd_pcm_sw_params_set_start_threshold(snd_pcm_t *pcm, in snd_pcm_sw_params_set_start_threshold()
285 int snd_pcm_sw_params_set_period_event(snd_pcm_t *pcm, in snd_pcm_sw_params_set_period_event()
290 int snd_pcm_sw_params_set_tstamp_mode(snd_pcm_t *pcm, in snd_pcm_sw_params_set_tstamp_mode()
297 int snd_pcm_sw_params_set_tstamp_type(snd_pcm_t *pcm, in snd_pcm_sw_params_set_tstamp_type()
304 int snd_pcm_sw_params(snd_pcm_t *pcm, snd_pcm_sw_params_t *params) { in snd_pcm_sw_params()
314 snd_pcm_sframes_t snd_pcm_avail(snd_pcm_t *pcm) { in snd_pcm_avail()
318 int snd_pcm_htimestamp(snd_pcm_t *pcm, snd_pcm_uframes_t *avail, in snd_pcm_htimestamp()
/external/libopus/src/
Dopus_multistream_decoder.c188 void *pcm, in opus_multistream_decode_native()
370 opus_int16 *pcm, in opus_multistream_decode()
381 opus_int32 len, float *pcm, int frame_size, int decode_fec) in opus_multistream_decode_float()
391 opus_int32 len, opus_int16 *pcm, int frame_size, int decode_fec) in opus_multistream_decode()
401 float *pcm, in opus_multistream_decode_float()
Dopus_decoder.c201 opus_int32 len, opus_val16 *pcm, int frame_size, int decode_fec) in opus_decode_frame()
599 opus_int32 len, opus_val16 *pcm, int frame_size, int decode_fec, in opus_decode_native()
714 opus_int32 len, opus_val16 *pcm, int frame_size, int decode_fec) in opus_decode()
723 opus_int32 len, float *pcm, int frame_size, int decode_fec) in opus_decode_float()
759 opus_int32 len, opus_int16 *pcm, int frame_size, int decode_fec) in opus_decode()
793 opus_int32 len, opus_val16 *pcm, int frame_size, int decode_fec) in opus_decode_float()
Dopus_encoder.c656 opus_val16 compute_stereo_width(const opus_val16 *pcm, int frame_size, opus_int32 Fs, StereoWidthSt… in compute_stereo_width()
847 static int is_digital_silence(const opus_val16* pcm, int frame_size, int channels, int lsb_depth) in is_digital_silence()
867 static opus_val32 compute_frame_energy(const opus_val16 *pcm, int frame_size, int channels, int arc… in compute_frame_energy()
894 static opus_val32 compute_frame_energy(const opus_val16 *pcm, int frame_size, int channels, int arc… in compute_frame_energy()
905 const opus_val16 *pcm, /* input pcm signal */ in decide_dtx_mode()
948 const opus_val16 *pcm, in encode_multiframe_packet()
1074 opus_int32 opus_encode_native(OpusEncoder *st, const opus_val16 *pcm, int frame_size, in opus_encode_native()
2174 opus_int32 opus_encode_float(OpusEncoder *st, const float *pcm, int analysis_frame_size, in opus_encode_float()
2199 opus_int32 opus_encode(OpusEncoder *st, const opus_int16 *pcm, int analysis_frame_size, in opus_encode()
2209 opus_int32 opus_encode(OpusEncoder *st, const opus_int16 *pcm, int analysis_frame_size, in opus_encode()
[all …]
Dopus_multistream_encoder.c255 void surround_analysis(const CELTMode *celt_mode, const void *pcm, opus_val16 *bandLogE, opus_val32… in surround_analysis()
891 const void *pcm, in opus_multistream_encode_native()
1147 const opus_val16 *pcm, in opus_multistream_encode()
1160 const float *pcm, in opus_multistream_encode_float()
1176 const opus_val16 *pcm, in opus_multistream_encode_float()
1188 const opus_int16 *pcm, in opus_multistream_encode()
/external/libopus/celt/
Dcelt_decoder.c190 static void deemphasis_stereo_simple(celt_sig *in[], opus_val16 *pcm, int N, const opus_val16 coef0, in deemphasis_stereo_simple()
220 void deemphasis(celt_sig *in[], opus_val16 *pcm, int N, int C, int downsample, const opus_val16 *co… in deemphasis()
784 int len, opus_val16 * OPUS_RESTRICT pcm, int frame_size, ec_dec *dec, int accum)
1153 …oder * OPUS_RESTRICT st, const unsigned char *data, int len, opus_int16 * OPUS_RESTRICT pcm, int f…
1159 …Decoder * OPUS_RESTRICT st, const unsigned char *data, int len, float * OPUS_RESTRICT pcm, int fra…
1184 …Decoder * OPUS_RESTRICT st, const unsigned char *data, int len, float * OPUS_RESTRICT pcm, int fra…
1189 …oder * OPUS_RESTRICT st, const unsigned char *data, int len, opus_int16 * OPUS_RESTRICT pcm, int f…
Dcelt_encoder.c1349 int celt_encode_with_ec(CELTEncoder * OPUS_RESTRICT st, const opus_val16 * pcm, int frame_size, uns… in celt_encode_with_ec()
2272 int opus_custom_encode(CELTEncoder * OPUS_RESTRICT st, const opus_int16 * pcm, int frame_size, unsi… in opus_custom_encode()
2278 int opus_custom_encode_float(CELTEncoder * OPUS_RESTRICT st, const float * pcm, int frame_size, uns… in opus_custom_encode_float()
2305 int opus_custom_encode(CELTEncoder * OPUS_RESTRICT st, const opus_int16 * pcm, int frame_size, unsi… in opus_custom_encode()
2330 int opus_custom_encode_float(CELTEncoder * OPUS_RESTRICT st, const float * pcm, int frame_size, uns… in opus_custom_encode_float()
/external/tremolo/Tremolo/
Dmapping0.c231 ogg_int32_t *pcm=vd->work[i]; in mapping_inverse() local
Ddsp.c144 int vorbis_dsp_pcmout(vorbis_dsp_state *v,ogg_int16_t *pcm,int samples){ in vorbis_dsp_pcmout()
/external/webrtc/webrtc/modules/media_file/
Dmedia_file_utility.cc1134 int32_t ModuleFileUtility::InitPCMReading(InStream& pcm, in InitPCMReading()
1200 int32_t ModuleFileUtility::ReadPCMData(InStream& pcm, in ReadPCMData()
/external/adhd/cras/src/alsa_plugin/
Dpcm_cras.c232 static int get_boundary(snd_pcm_t *pcm, snd_pcm_uframes_t *boundary) in get_boundary()
/external/libldac/src/
DldacBT_internal.h153 LDACBT_PCM_INFO pcm; member
/external/drrickorang/LoopbackApp/app/src/main/jni/
Dsles.cpp645 SLDataFormat_PCM pcm; in slesCreateServer() local
/external/robolectric/v3/runtime/
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...