HomeSort by: relevance | last modified time | path
    Searched defs:vs_type (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/
video.c 145 enum v4l2_buf_type vs_type; member in struct:video_stream
1505 vs->vs_type = req->type;
1540 if (buf->type != vs->vs_type)
1559 if (userbuf->type != vs->vs_type) {
1561 userbuf->type, vs->vs_type));
1609 if (buf->type != vs->vs_type) {
1612 buf->type, vs->vs_type);
1671 if (type != vs->vs_type)
1696 if (type != vs->vs_type)
1786 video_stream_off(sc, sc->sc_stream_in.vs_type);
    [all...]

Completed in 11 milliseconds