Home | History | Annotate | Download | only in its

Lines Matching full:req1

559             yuv_cap            = do_capture( req1                           )
560 yuv_cap = do_capture( req1, yuv_fmt )
561 yuv_cap, raw_cap = do_capture( req1, [yuv_fmt,raw_fmt] )
562 yuv_caps = do_capture( [req1,req2], yuv_fmt )
563 yuv_caps, raw_caps = do_capture( [req1,req2], [yuv_fmt,raw_fmt] )