HomeSort by relevance Sort by last modified time
    Searched refs:bp_size (Results 1 - 2 of 2) sorted by null

  /external/opencv/cvaux/src/
camshift.cpp 205 CvSize bp_size; local
225 bp_size = cvGetSize( m_back_project );
228 if( rect.x + rect.width > bp_size.width )
229 rect.width = bp_size.width - rect.x;
232 if( rect.y + rect.height > bp_size.height )
233 rect.height = bp_size.height - rect.y;
  /external/lldb/examples/python/
gdbremote.py 819 bp_size = packet.get_hex_uint('big')
821 s += " (addr = 0x%x, size = %u)" % (bp_addr, bp_size)
    [all...]

Completed in 779 milliseconds