Searched refs:bp_size (Results 1 – 2 of 2) sorted by relevance
205 CvSize bp_size; in track_object() local225 bp_size = cvGetSize( m_back_project ); in track_object()228 if( rect.x + rect.width > bp_size.width ) in track_object()229 rect.width = bp_size.width - rect.x; in track_object()232 if( rect.y + rect.height > bp_size.height ) in track_object()233 rect.height = bp_size.height - rect.y; in track_object()
819 bp_size = packet.get_hex_uint('big')821 s += " (addr = 0x%x, size = %u)" % (bp_addr, bp_size)