Home
last modified time | relevance | path

Searched refs:chandle (Results 1 – 6 of 6) sorted by relevance

/third_party/alsa-lib/test/
Domixer.c32 snd_pcm_t *phandle = NULL, *chandle = NULL; in main() local
68 err = snd_pcm_open(&chandle, cname, SND_PCM_STREAM_CAPTURE, 0); in main()
78 err = sndo_mixer_open_pcm(&handle, phandle, chandle, NULL); in main()
86 if (chandle) in main()
87 snd_pcm_close(chandle); in main()
Dlatency.c170 int setparams(snd_pcm_t *phandle, snd_pcm_t *chandle, int *bufsize) in setparams() argument
190 if ((err = setparams_stream(chandle, ct_params, "capture")) < 0) { in setparams()
213 if ((err = setparams_bufsize(chandle, c_params, ct_params, *bufsize, "capture")) < 0) { in setparams()
251 if ((err = setparams_set(chandle, c_params, c_swparams, "capture")) < 0) { in setparams()
262 snd_pcm_dump(chandle, output); in setparams()
495 snd_pcm_t *phandle, *chandle; in main() local
596 …if ((err = snd_pcm_open(&chandle, cdevice, SND_PCM_STREAM_CAPTURE, block ? 0 : SND_PCM_NONBLOCK)) … in main()
619 if (setparams(phandle, chandle, &latency) < 0) in main()
622 if ((err = snd_pcm_link(chandle, phandle)) < 0) { in main()
639 if ((err = snd_pcm_start(chandle)) < 0) { in main()
[all …]
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Dtjunittest.c511 tjhandle chandle = NULL, dhandle = NULL; in doTest() local
522 if ((chandle = tjInitCompress()) == NULL || in doTest()
535 compTest(chandle, &dstBuf, &size, w, h, pf, basename, subsamp, 100, in doTest()
549 if (chandle) tjDestroy(chandle); in doTest()
/third_party/libjpeg-turbo/
Dtjunittest.c513 tjhandle chandle = NULL, dhandle = NULL; in doTest() local
524 if ((chandle = tjInitCompress()) == NULL || in doTest()
537 compTest(chandle, &dstBuf, &size, w, h, pf, basename, subsamp, 100, in doTest()
551 if (chandle) tjDestroy(chandle); in doTest()
/third_party/python/Lib/
Dcompileall.py227 with open(cfile, 'rb') as chandle:
228 actual = chandle.read(12)
/third_party/skia/third_party/externals/libjpeg-turbo/
Dtjunittest.c528 tjhandle chandle = NULL, dhandle = NULL; in doTest() local
539 if ((chandle = tjInitCompress()) == NULL || in doTest()
552 compTest(chandle, &dstBuf, &size, w, h, pf, basename, subsamp, 100, in doTest()
566 if (chandle) tjDestroy(chandle); in doTest()