lstart             96 core/remotecap.c int remotecap_set_target( int type, int lstart, int lcount )
lstart            121 core/remotecap.c     if(lstart<0 || lstart>CAM_RAW_ROWS-1 || lcount<0 || lcount+lstart>CAM_RAW_ROWS) {
lstart            127 core/remotecap.c         lcount = CAM_RAW_ROWS - lstart;
lstart            130 core/remotecap.c     startline=lstart;
lstart             12 include/remotecap.h int remotecap_set_target(int type, int lstart, int lcount);