Home
last modified time | relevance | path

Searched defs:pcm1 (Results 1 – 2 of 2) sorted by relevance

/external/libopus/tests/
Dopus_encode_regressions.c900 static const short pcm1[960] = { 5140 }; in ec_enc_shrink_assert() local
995 static const short pcm1[160] = { 0 }; in silk_gain_assert() local
/external/tinyalsa_new/src/
Dpcm.c1162 int pcm_link(struct pcm *pcm1, struct pcm *pcm2) in pcm_link()