Home
last modified time | relevance | path

Searched refs:chandle (Results 1 - 4 of 4) sorted by relevance

/third_party/alsa-lib/test/
H A Dlatency.c223 int setparams(snd_pcm_t *phandle, snd_pcm_t *chandle, int *bufsize) in setparams() argument
243 if ((err = setparams_stream(chandle, ct_params, "capture")) < 0) { in setparams()
266 if ((err = setparams_bufsize(chandle, c_params, ct_params, *bufsize, "capture")) < 0) { in setparams()
305 if ((err = setparams_set(chandle, c_params, c_swparams, "capture")) < 0) { in setparams()
316 snd_pcm_dump(chandle, output); in setparams()
582 snd_pcm_t *phandle, *chandle; in main() local
714 if ((err = snd_pcm_open(&chandle, cdevice, SND_PCM_STREAM_CAPTURE, block ? 0 : SND_PCM_NONBLOCK)) < 0) { in main()
740 if (setparams(phandle, chandle, &latency) < 0) in main()
743 if ((err = snd_pcm_link(chandle, phandle)) < 0) { in main()
762 if ((err = snd_pcm_start(chandle)) < in main()
[all...]
H A 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()
/third_party/skia/third_party/externals/libjpeg-turbo/
H A 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()
/third_party/python/Lib/
H A Dcompileall.py227 with open(cfile, 'rb') as chandle:
228 actual = chandle.read(12)

Completed in 7 milliseconds