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