Searched refs:streams (Results 1 – 5 of 5) sorted by relevance
| /tools/libs/light/ |
| A D | libxl_vsnd.c | 197 pcm->streams = NULL; in libxl__pcm_from_xenstore() 207 pcm->streams = libxl__realloc(NOGC, pcm->streams, in libxl__pcm_from_xenstore() 208 sizeof(*pcm->streams) * in libxl__pcm_from_xenstore() 436 libxl_vsnd_stream *streams, in libxl__set_streams_vsnd() argument 445 streams[i].unique_id); in libxl__set_streams_vsnd() 458 &streams[i].params, front); in libxl__set_streams_vsnd() 487 rc = libxl__set_streams_vsnd(gc, path, pcms[i].streams, in libxl__set_pcms_vsnd() 538 info->streams = libxl__malloc(NOGC, sizeof(*info->streams) * info->num_vsnd_streams); in libxl__device_stream_getinfo() 542 libxl_streaminfo_init(&info->streams[i]); in libxl__device_stream_getinfo() 549 info->streams[i].req_rref = tmp ? strtoul(tmp, NULL, 10) : -1; in libxl__device_stream_getinfo() [all …]
|
| A D | libxl_types.idl | 1049 ("streams", Array(libxl_vsnd_stream, "num_vsnd_streams")) 1212 ("streams", Array(libxl_streaminfo, "num_vsnd_streams"))
|
| /tools/xl/ |
| A D | xl_vsnd.c | 146 libxl_vsnd_stream *stream = &vsnds[i].pcms[j].streams[k]; in main_vsndlist() 147 libxl_streaminfo *info = &vsndinfo.pcms[j].streams[k]; in main_vsndlist()
|
| A D | xl_parse.c | 928 libxl_vsnd_stream *stream = &pcm->streams[pcm->num_vsnd_streams - 1]; in parse_vsnd_pcm_stream() 1007 ARRAY_EXTEND_INIT_NODEVID(pcm->streams, pcm->num_vsnd_streams, in parse_vsnd_create_item()
|
| /tools/golang/xenlight/ |
| A D | helpers.gen.go | 2845 cStreams := (*[1<<28]C.libxl_vsnd_stream)(unsafe.Pointer(xc.streams))[:n:n] 2866 xc.streams = (*C.libxl_vsnd_stream)(C.malloc(C.ulong(numVsndStreams)*C.sizeof_libxl_vsnd_stream)) 2868 cStreams := (*[1<<28]C.libxl_vsnd_stream)(unsafe.Pointer(xc.streams))[:numVsndStreams:numVsndStream… 3777 cStreams := (*[1<<28]C.libxl_streaminfo)(unsafe.Pointer(xc.streams))[:n:n] 3793 xc.streams = (*C.libxl_streaminfo)(C.malloc(C.ulong(numVsndStreams)*C.sizeof_libxl_streaminfo)) 3795 cStreams := (*[1<<28]C.libxl_streaminfo)(unsafe.Pointer(xc.streams))[:numVsndStreams:numVsndStreams]
|
Completed in 17 milliseconds