OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_picTotalLen
(Results
1 - 2
of
2
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/grovescam/
grovescam.h
180
int getImageSize() { return
m_picTotalLen
; };
190
int
m_picTotalLen
;
grovescam.cxx
46
m_picTotalLen
= 0;
292
m_picTotalLen
= 0;
385
m_picTotalLen
= (resp[3]) | (resp[4] << 8) | (resp[5] << 16);
403
if (!
m_picTotalLen
)
423
unsigned int pktCnt = (
m_picTotalLen
) / (MAX_PKT_LEN - 6);
424
if ((
m_picTotalLen
% (MAX_PKT_LEN-6)) != 0)
486
m_picTotalLen
= 0;
Completed in 94 milliseconds