Searched refs:streams (Results 1 – 11 of 11) sorted by relevance
46 if( UVCDev->streams == NULL ) in usbWebcam_v4l2_init()57 v4l2_handle = uvc_v4l2_open(UVCDev->streams); in usbWebcam_v4l2_init()104 hal_log_info("usbWebcam_v4l2_capture_on() type=%d\n", UVCDev->streams->type); in usbWebcam_v4l2_capture_on()105 return uvc_v4l2_do_ioctl(v4l2_handle, VIDIOC_STREAMON, (void*)UVCDev->streams->type); in usbWebcam_v4l2_capture_on()116 hal_log_info("usbWebcam_v4l2_capture_on() type=%d\n", UVCDev->streams->type); in usbWebcam_v4l2_capture_off()117 return uvc_v4l2_do_ioctl(v4l2_handle, VIDIOC_STREAMOFF, (void*)UVCDev->streams->type); in usbWebcam_v4l2_capture_off()
62 UVCDev->active_buf(UVCDev->streams); in transport()
78 struct snd_dma_buffer *buf = &pcm->streams[stream]->dma_buffer; in sunxi_pcm_preallocate_dma_buffer()100 if (pcm->streams[SNDRV_PCM_STREAM_PLAYBACK]) { in sunxi_pcm_new()106 if (pcm->streams[SNDRV_PCM_STREAM_CAPTURE]) { in sunxi_pcm_new()124 substream = pcm->streams[stream]; in sunxi_pcm_free()
857 struct snd_dma_buffer *buf = &pcm->streams[stream]->dma_buffer; in sunxi_pcm_preallocate_dma_buffer()882 if (pcm->streams[SNDRV_PCM_STREAM_PLAYBACK]) { in sunxi_daudio_pcm_new()888 if (pcm->streams[SNDRV_PCM_STREAM_CAPTURE]) { in sunxi_daudio_pcm_new()906 substream = pcm->streams[stream]; in sunxi_daudio_pcm_free()
729 UVCDev->streams = streaming; in uvc_parse_streaming()1076 if( UVCDev->streams != NULL ) in uvc_parse_control_exit()1078 if( UVCDev->streams->format != NULL ) in uvc_parse_control_exit()1080 hal_free(UVCDev->streams->format); in uvc_parse_control_exit()1081 UVCDev->streams->format = NULL; in uvc_parse_control_exit()1083 hal_free(UVCDev->streams); in uvc_parse_control_exit()1084 UVCDev->streams = NULL; in uvc_parse_control_exit()1122 if (uvc_video_init(UVCDev->streams)) { in uvc_probe()
182 rt_kprintf("数据流个数:%d\r\n", avih->streams); in AVI_Parser()195 for (size_t i = 0; i < avih->streams; i++) in AVI_Parser()
36 uint32_t streams; //文件包含的流的个数,仅有视频流时为1 member
665 pcm->streams[stream] = substream; in snd_pcm_new_stream()685 snd_pcm_free_stream(pcm->streams[SNDRV_PCM_STREAM_PLAYBACK]); in snd_pcm_free()686 snd_pcm_free_stream(pcm->streams[SNDRV_PCM_STREAM_CAPTURE]); in snd_pcm_free()1130 if (pcm->streams[SNDRV_PCM_STREAM_PLAYBACK]) in snd_pcm_new()1131 snd_pcm_free_stream(pcm->streams[SNDRV_PCM_STREAM_PLAYBACK]); in snd_pcm_new()1132 if (pcm->streams[SNDRV_PCM_STREAM_CAPTURE]) in snd_pcm_new()1133 snd_pcm_free_stream(pcm->streams[SNDRV_PCM_STREAM_CAPTURE]); in snd_pcm_new()
382 substream = pcm->streams[stream]; in snd_pcm_release_substream()438 substream = pcm->streams[stream]; in snd_pcm_open_substream()1273 substream = pcm->streams[SNDRV_PCM_STREAM_PLAYBACK]; in ksnd_card_info()1276 substream = pcm->streams[SNDRV_PCM_STREAM_CAPTURE]; in ksnd_card_info()1305 substream = pcm->streams[stream]; in ksnd_pcm_stream_info()1354 substream = pcm->streams[stream]; in ksnd_pcm_open()1371 if (pcm->streams[stream]->ref_count != 0) in ksnd_pcm_open()1375 substream = pcm->streams[stream]; in ksnd_pcm_open()
330 struct uvc_streaming* streams; //注意要释放 member
545 struct snd_pcm_substream *streams[2]; member
Completed in 29 milliseconds