Home | Sort by relevance Sort by last modified time |
/external/qemu/android/camera/ | |
camera-capture-windows.c | 51 int input_channel; member in struct:WndCameraDevice 210 wcd->input_channel = inp_channel; 254 if (!capDriverConnect(wcd->cap_window, wcd->input_channel)) { |
camera-capture-linux.c | 89 int input_channel; member in struct:LinuxCameraDevice 777 cis->inp_channel = cd->input_channel; 807 cd->input_channel = inp_channel; [all...] |