Home
last modified time | relevance | path

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

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