Home | History | Annotate | Download | only in src

Lines Matching refs:v4l2_port

8267     enum v4l2_ports v4l2_port = OUTPUT_PORT;
8271 v4l2_port = OUTPUT_PORT;
8274 v4l2_port = CAPTURE_PORT;
8285 if (!streaming[v4l2_port]) {
8288 " which is already streamed off", v4l2_port);
8292 DEBUG_PRINT_HIGH("Streaming off %d port", v4l2_port);
8297 DEBUG_PRINT_ERROR("Failed to call streamoff on %d Port", v4l2_port);
8299 streaming[v4l2_port] = false;