代码搜索结果
找到约 174,363 项符合
Input 的代码
input.c
/*****************************************************************************
* input_dummy.c: dummy input plugin, to manage "vlc:***" special options
**********************************************
input-jni.cc
/*****************************************************************************
* input-jni.cc: JNI native input functions for VLC Java Bindings
******************************************************
input.java
package org.videolan.jvlc;
public class Input implements InputIntf {
private long libvlcInstance;
/*
* Input native methods
*/
private native long _getLength();
private
input.h
/*****************************************************************************
* input.h: input modules header for vlc
*****************************************************************************
input.c
/*****************************************************************************
* input.c: input thread
*****************************************************************************
* Copyright (C)
input.c
/*****************************************************************************
* input.c: Libvlc new API input management functions
******************************************************************
input.c
/*****************************************************************************
* input.c : internal management of input streams for the audio output
*************************************************
60-persistent-input.rules
# do not edit this file, it will be overwritten on update
ACTION!="add", GOTO="persistent_input_end"
SUBSYSTEM!="input", GOTO="persistent_input_end"
KERNEL=="input[0-9]*", GOTO="persistent_input_end"
persistent-input.rules
SUBSYSTEM!="input", GOTO="persistent_input_end"
ACTION!="add", GOTO="persistent_input_end"
# ignore the mid-level drivers
KERNEL=="input[0-9]*", GOTO="persistent_input_end"
# usb devices
SUBSY
em28xx-input.c
/*
handle em28xx IR remotes via linux kernel input layer.
Copyright (C) 2005 Ludovico Cavedon
Markus Rechberger
Mauro Carvalho Chehab